#8AC951

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

Shades of Mantis #8AC951

Tints of Mantis #8AC951

Color information

#8AC951 (or 0x8AC951) is unknown color: approx Mantis. HEX triplet: 8A, C9 and 51. RGB value is (138,201,81). Sum of RGB (Red+Green+Blue) = 138+201+81=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC951 is #7536AE. Grayscale: #A8A8A8. Windows color (decimal): -7681711 or 5360010. OLE color: 5360010.

HSL color Cylindrical-coordinate representation of color #8AC951: hue angle of 91.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AC951 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB13820181-
CMYK0.3100.600.21
HSL91.5º52.63%55.29%-
HSV(B)91.5º59.7%78.82%-
XYZ32.8547.7715.27-
YUV168.4878.63106.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 201 (78.91% from 255) = 47.86%
BLUE value IS 81 (32.03% from 255) = 19.29%
R=32.86%
G=47.86%
B=19.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138201810.3100.600.2191.552.6355.29
Hex8AC9511F03C155c3537
Octal21231112137074251346567
Binary10001010110010011010001111110111100101011011100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,201,81); }

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

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

 a { background-color: rgb(138,201,81); }

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

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

 span { border-color: rgb(138,201,81); }

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