#8ABA6D

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

Shades of Mantis #8ABA6D

Tints of Mantis #8ABA6D

Color information

#8ABA6D (or 0x8ABA6D) is unknown color: approx Mantis. HEX triplet: 8A, BA and 6D. RGB value is (138,186,109). Sum of RGB (Red+Green+Blue) = 138+186+109=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA6D is #754592. Grayscale: #A3A3A3. Windows color (decimal): -7685523 or 7191178. OLE color: 7191178.

HSL color Cylindrical-coordinate representation of color #8ABA6D: hue angle of 97.4º degrees, saturation: 0.36, 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 #8ABA6D is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB138186109-
CMYK0.2600.410.27
HSL97.4º35.81%57.84%-
HSV(B)97.4º41.4%72.94%-
XYZ30.841.6320.88-
YUV162.8797.6110.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=31.87%
G=42.96%
B=25.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381861090.2600.410.2797.435.8157.84
Hex8ABA6D1A0291B61243a
Octal21227215532051331414472
Binary10001010101110101101101110100101001110111100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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