#8AB96D

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

Shades of Mantis #8AB96D

Tints of Mantis #8AB96D

Color information

#8AB96D (or 0x8AB96D) is unknown color: approx Mantis. HEX triplet: 8A, B9 and 6D. RGB value is (138,185,109). Sum of RGB (Red+Green+Blue) = 138+185+109=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB96D is #754692. Grayscale: #A2A2A2. Windows color (decimal): -7685779 or 7190922. OLE color: 7190922.

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

Color convert

RGB138185109-
CMYK0.2500.410.27
HSL97.11º35.19%57.65%-
HSV(B)97.11º41.08%72.55%-
XYZ30.5941.2120.81-
YUV162.2897.93110.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 185 (72.66% from 255) = 42.82%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=31.94%
G=42.82%
B=25.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381851090.2500.410.2797.1135.1957.65
Hex8AB96D190291B61233a
Octal21227115531051331414372
Binary10001010101110011101101110010101001110111100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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