#8ABD74

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

Shades of Mantis #8ABD74

Tints of Mantis #8ABD74

Color information

#8ABD74 (or 0x8ABD74) is unknown color: approx Mantis. HEX triplet: 8A, BD and 74. RGB value is (138,189,116). Sum of RGB (Red+Green+Blue) = 138+189+116=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABD74 is #75428B. Grayscale: #A5A5A5. Windows color (decimal): -7684748 or 7650698. OLE color: 7650698.

HSL color Cylindrical-coordinate representation of color #8ABD74: hue angle of 101.92º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ABD74 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB138189116-
CMYK0.2700.390.26
HSL101.92º35.61%59.8%-
HSV(B)101.92º38.62%74.12%-
XYZ31.8343.0623.16-
YUV165.43100.1108.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.15%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=31.15%
G=42.66%
B=26.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381891160.2700.390.26101.9235.6159.8
Hex8ABD741B0271A66243c
Octal21227516433047321464474
Binary10001010101111011110100110110100111110101100110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,189,116); }

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

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

 a { background-color: rgb(138,189,116); }

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

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

 span { border-color: rgb(138,189,116); }

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