#8ABF6E

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

Shades of Mantis #8ABF6E

Tints of Mantis #8ABF6E

Color information

#8ABF6E (or 0x8ABF6E) is unknown color: approx Mantis. HEX triplet: 8A, BF and 6E. RGB value is (138,191,110). Sum of RGB (Red+Green+Blue) = 138+191+110=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABF6E is #754091. Grayscale: #A6A6A6. Windows color (decimal): -7684242 or 7257994. OLE color: 7257994.

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

Color convert

RGB138191110-
CMYK0.2800.420.25
HSL99.26º38.76%59.02%-
HSV(B)99.26º42.41%74.9%-
XYZ31.9343.7921.52-
YUV165.9296.44108.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=31.44%
G=43.51%
B=25.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381911100.2800.420.2599.2638.7659.02
Hex8ABF6E1C02A1963273b
Octal21227715634052311434773
Binary10001010101111111101110111000101010110011100011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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