Shades of Mantis #8AC54F
Tints of Mantis #8AC54F
RGB
CMYK
RGB Variations
Color information
#8AC54F (or 0x8AC54F) is known color: Mantis. HEX triplet: 8A, C5 and 4F. RGB value is (138,197,79). Sum of RGB (Red+Green+Blue) = 138+197+79=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC54F is #753AB0. Grayscale: #A6A6A6. Windows color (decimal): -7682737 or 5227914. OLE color: 5227914.
HSL color Cylindrical-coordinate representation of color #8AC54F: hue angle of 90º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AC54F is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 79 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.23 |
| HSL | 90º | 0.5% | 0.54% | - |
| HSV(B) | 90º | 0.6% | 0.77% | - |
| XYZ | 31.86 | 45.9 | 14.58 | - |
| YUV | 165.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 79 | 0.30 | 0 | 0.60 | 0.23 | 90 | 0.5 | 0.54 |
| Hex | 8A | C5 | 4F | 1E | 0 | 3C | 17 | 5A | 32 | 36 |
| Octal | 212 | 305 | 117 | 36 | 0 | 74 | 27 | 132 | 62 | 66 |
| Binary | 10001010 | 11000101 | 1001111 | 11110 | 0 | 111100 | 10111 | 1011010 | 110010 | 110110 |
Color Harmonies of #8AC54F
Complementary color
Monochromatic Colors of #8AC54F
Black with #8AC54F
Text Example
Text Example
White with #8AC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC54F; }
p { color: rgb(138,197,79); }
H1.HeaderClassName
{
color: #8AC54F;
}
.AnyTagClassName
{
color: #8AC54F;
}
</style>
background-color css
<style>
a { background-color: #8AC54F; }
a { background-color: rgb(138,197,79); }
div.DivClassName
{
background-color: #8AC54F;
}
.BgClassName
{
background-color: #8AC54F;
}
</style>
border-color css
<style>
span { border-color: #8AC54F; }
span { border-color: rgb(138,197,79); }
td.TdClassName
{
border-color: #8AC54F;
}
.TagClassName
{
border-color: #8AC54F;
}
</style>