#8ABF73

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

Shades of Mantis #8ABF73

Tints of Mantis #8ABF73

Color information

#8ABF73 (or 0x8ABF73) is unknown color: approx Mantis. HEX triplet: 8A, BF and 73. RGB value is (138,191,115). Sum of RGB (Red+Green+Blue) = 138+191+115=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABF73 is #75408C. Grayscale: #A6A6A6. Windows color (decimal): -7684237 or 7585674. OLE color: 7585674.

HSL color Cylindrical-coordinate representation of color #8ABF73: hue angle of 101.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ABF73 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB138191115-
CMYK0.2800.400.25
HSL101.84º37.25%60%-
HSV(B)101.84º39.79%74.9%-
XYZ32.2143.923-
YUV166.4998.94107.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.08%
GREEN value IS 191 (75% from 255) = 43.02%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=31.08%
G=43.02%
B=25.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381911150.2800.400.25101.8437.2560
Hex8ABF731C0281966253c
Octal21227716334050311464574
Binary10001010101111111110011111000101000110011100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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