#8ABA70

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

Shades of Mantis #8ABA70

Tints of Mantis #8ABA70

Color information

#8ABA70 (or 0x8ABA70) is unknown color: approx Mantis. HEX triplet: 8A, BA and 70. RGB value is (138,186,112). Sum of RGB (Red+Green+Blue) = 138+186+112=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA70 is #75458F. Grayscale: #A3A3A3. Windows color (decimal): -7685520 or 7387786. OLE color: 7387786.

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

Color convert

RGB138186112-
CMYK0.2600.400.27
HSL98.92º34.91%58.43%-
HSV(B)98.92º39.78%72.94%-
XYZ30.9641.6921.74-
YUV163.2199.1110.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=31.65%
G=42.66%
B=25.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381861120.2600.400.2798.9234.9158.43
Hex8ABA701A0281B63233a
Octal21227216032050331434372
Binary10001010101110101110000110100101000110111100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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