#8AB96C

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

Shades of Mantis #8AB96C

Tints of Mantis #8AB96C

Color information

#8AB96C (or 0x8AB96C) is unknown color: approx Mantis. HEX triplet: 8A, B9 and 6C. RGB value is (138,185,108). Sum of RGB (Red+Green+Blue) = 138+185+108=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB96C is #754693. Grayscale: #A2A2A2. Windows color (decimal): -7685780 or 7125386. OLE color: 7125386.

HSL color Cylindrical-coordinate representation of color #8AB96C: hue angle of 96.62º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB96C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB138185108-
CMYK0.2500.420.27
HSL96.62º35.48%57.45%-
HSV(B)96.62º41.62%72.55%-
XYZ30.5441.1820.53-
YUV162.1797.43110.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 185 (72.66% from 255) = 42.92%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=32.02%
G=42.92%
B=25.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381851080.2500.420.2796.6235.4857.45
Hex8AB96C1902A1B612339
Octal21227115431052331414371
Binary10001010101110011101100110010101010110111100001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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