#8AD04F

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

Shades of Mantis #8AD04F

Tints of Mantis #8AD04F

Color information

#8AD04F (or 0x8AD04F) is unknown color: approx Mantis. HEX triplet: 8A, D0 and 4F. RGB value is (138,208,79). Sum of RGB (Red+Green+Blue) = 138+208+79=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD04F is #752FB0. Grayscale: #ACACAC. Windows color (decimal): -7679921 or 5230730. OLE color: 5230730.

HSL color Cylindrical-coordinate representation of color #8AD04F: hue angle of 92.56º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AD04F is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB13820879-
CMYK0.3400.620.18
HSL92.56º57.85%56.27%-
HSV(B)92.56º62.02%81.57%-
XYZ34.4551.0815.44-
YUV172.3675.31103.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 208 (81.64% from 255) = 48.94%
BLUE value IS 79 (31.25% from 255) = 18.59%
R=32.47%
G=48.94%
B=18.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138208790.3400.620.1892.5657.8556.27
Hex8AD04F2203E125d3a38
Octal21232011742076221357270
Binary100010101101000010011111000100111110100101011101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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