#8ABF76

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

Shades of Mantis #8ABF76

Tints of Mantis #8ABF76

Color information

#8ABF76 (or 0x8ABF76) is unknown color: approx Mantis. HEX triplet: 8A, BF and 76. RGB value is (138,191,118). Sum of RGB (Red+Green+Blue) = 138+191+118=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABF76 is #754089. Grayscale: #A7A7A7. Windows color (decimal): -7684234 or 7782282. OLE color: 7782282.

HSL color Cylindrical-coordinate representation of color #8ABF76: hue angle of 103.56º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABF76 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB138191118-
CMYK0.2800.380.25
HSL103.56º36.32%60.59%-
HSV(B)103.56º38.22%74.9%-
XYZ32.3843.9723.92-
YUV166.83100.44107.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.87%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=30.87%
G=42.73%
B=26.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381911180.2800.380.25103.5636.3260.59
Hex8ABF761C0261968243d
Octal21227716634046311504475
Binary10001010101111111110110111000100110110011101000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,191,118); }

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

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

 a { background-color: rgb(138,191,118); }

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

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

 span { border-color: rgb(138,191,118); }

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