Shades of Mantis #8AC54A
Tints of Mantis #8AC54A
RGB
CMYK
RGB Variations
Color information
#8AC54A (or 0x8AC54A) is known color: Mantis. HEX triplet: 8A, C5 and 4A. RGB value is (138,197,74). Sum of RGB (Red+Green+Blue) = 138+197+74=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC54A is #753AB5. Grayscale: #A5A5A5. Windows color (decimal): -7682742 or 4900234. OLE color: 4900234.
HSL color Cylindrical-coordinate representation of color #8AC54A: hue angle of 88.78º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AC54A is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 74 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.23 |
| HSL | 88.78º | 0.51% | 0.53% | - |
| HSV(B) | 88.78º | 0.62% | 0.77% | - |
| XYZ | 31.68 | 45.83 | 13.65 | - |
| YUV | 165.34 | 76.45 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 74 | 0.30 | 0 | 0.62 | 0.23 | 88.78 | 0.51 | 0.53 |
| Hex | 8A | C5 | 4A | 1E | 0 | 3E | 17 | 59 | 33 | 35 |
| Octal | 212 | 305 | 112 | 36 | 0 | 76 | 27 | 131 | 63 | 65 |
| Binary | 10001010 | 11000101 | 1001010 | 11110 | 0 | 111110 | 10111 | 1011001 | 110011 | 110101 |
Color Harmonies of #8AC54A
Complementary color
Monochromatic Colors of #8AC54A
Black with #8AC54A
Text Example
Text Example
White with #8AC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC54A; }
p { color: rgb(138,197,74); }
H1.HeaderClassName
{
color: #8AC54A;
}
.AnyTagClassName
{
color: #8AC54A;
}
</style>
background-color css
<style>
a { background-color: #8AC54A; }
a { background-color: rgb(138,197,74); }
div.DivClassName
{
background-color: #8AC54A;
}
.BgClassName
{
background-color: #8AC54A;
}
</style>
border-color css
<style>
span { border-color: #8AC54A; }
span { border-color: rgb(138,197,74); }
td.TdClassName
{
border-color: #8AC54A;
}
.TagClassName
{
border-color: #8AC54A;
}
</style>