#8AD66A

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

Shades of Mantis #8AD66A

Tints of Mantis #8AD66A

Color information

#8AD66A (or 0x8AD66A) is unknown color: approx Mantis. HEX triplet: 8A, D6 and 6A. RGB value is (138,214,106). Sum of RGB (Red+Green+Blue) = 138+214+106=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD66A is #752995. Grayscale: #B3B3B3. Windows color (decimal): -7678358 or 7001738. OLE color: 7001738.

HSL color Cylindrical-coordinate representation of color #8AD66A: hue angle of 102.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AD66A is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB138214106-
CMYK0.3600.500.16
HSL102.22º56.84%62.75%-
HSV(B)102.22º50.47%83.92%-
XYZ37.1354.5422.21-
YUV178.9686.8298.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 106 (41.80% from 255) = 23.14%
R=30.13%
G=46.72%
B=23.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382141060.3600.500.16102.2256.8462.75
Hex8AD66A240321066393f
Octal21232615244062201467177
Binary100010101101011011010101001000110010100001100110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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