#8AD44F

Color #8AD44F Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8AD44F

Tints of Mantis #8AD44F

Color information

#8AD44F (or 0x8AD44F) is unknown color: approx Mantis. HEX triplet: 8A, D4 and 4F. RGB value is (138,212,79). Sum of RGB (Red+Green+Blue) = 138+212+79=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD44F is #752BB0. Grayscale: #AFAFAF. Windows color (decimal): -7678897 or 5231754. OLE color: 5231754.

HSL color Cylindrical-coordinate representation of color #8AD44F: hue angle of 93.38º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AD44F is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB13821279-
CMYK0.3500.630.17
HSL93.38º60.73%57.06%-
HSV(B)93.38º62.74%83.14%-
XYZ35.4453.0515.77-
YUV174.7173.98101.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 212 (83.20% from 255) = 49.42%
BLUE value IS 79 (31.25% from 255) = 18.41%
R=32.17%
G=49.42%
B=18.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal138212790.3500.630.1793.3860.7357.06
Hex8AD44F2303F115d3d39
Octal21232411743077211357571
Binary100010101101010010011111000110111111100011011101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AD44F; }

 p { color: rgb(138,212,79); }

 H1.HeaderClassName
 {
   color: #8AD44F;
 }
 .AnyTagClassName
 {
   color: #8AD44F;
 }
</style>
background-color css

<style>
 a { background-color: #8AD44F; }

 a { background-color: rgb(138,212,79); }

 div.DivClassName
 {
   background-color: #8AD44F;
 }
 .BgClassName
 {
   background-color: #8AD44F;
 }
</style>
border-color css

<style>
 span { border-color: #8AD44F; }

 span { border-color: rgb(138,212,79); }

 td.TdClassName
 {
   border-color: #8AD44F;
 }
 .TagClassName
 {
   border-color: #8AD44F;
 }
</style>