#8AC96C

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

Shades of Mantis #8AC96C

Tints of Mantis #8AC96C

Color information

#8AC96C (or 0x8AC96C) is unknown color: approx Mantis. HEX triplet: 8A, C9 and 6C. RGB value is (138,201,108). Sum of RGB (Red+Green+Blue) = 138+201+108=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC96C is #753693. Grayscale: #ABABAB. Windows color (decimal): -7681684 or 7129482. OLE color: 7129482.

HSL color Cylindrical-coordinate representation of color #8AC96C: hue angle of 100.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AC96C is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB138201108-
CMYK0.3100.460.21
HSL100.65º46.27%60.59%-
HSV(B)100.65º46.27%78.82%-
XYZ34.0748.2621.71-
YUV171.5692.13104.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.87%
GREEN value IS 201 (78.91% from 255) = 44.97%
BLUE value IS 108 (42.58% from 255) = 24.16%
R=30.87%
G=44.97%
B=24.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382011080.3100.460.21100.6546.2760.59
Hex8AC96C1F02E15652e3d
Octal21231115437056251455675
Binary10001010110010011101100111110101110101011100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,201,108); }

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

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

 a { background-color: rgb(138,201,108); }

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

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

 span { border-color: rgb(138,201,108); }

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