#8AD46A

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

Shades of Mantis #8AD46A

Tints of Mantis #8AD46A

Color information

#8AD46A (or 0x8AD46A) is unknown color: approx Mantis. HEX triplet: 8A, D4 and 6A. RGB value is (138,212,106). Sum of RGB (Red+Green+Blue) = 138+212+106=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD46A is #752B95. Grayscale: #B2B2B2. Windows color (decimal): -7678870 or 7001226. OLE color: 7001226.

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

Color convert

RGB138212106-
CMYK0.3500.50.17
HSL101.89º55.21%62.35%-
HSV(B)101.89º50%83.14%-
XYZ36.6353.5322.04-
YUV177.7987.4899.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 212 (83.20% from 255) = 46.49%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=30.26%
G=46.49%
B=23.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382121060.3500.50.17101.8955.2162.35
Hex8AD46A230321166373e
Octal21232415243062211466776
Binary100010101101010011010101000110110010100011100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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