Shades of Mantis #8AD452
Tints of Mantis #8AD452
RGB
CMYK
RGB Variations
Color information
#8AD452 (or 0x8AD452) is known color: Mantis. HEX triplet: 8A, D4 and 52. RGB value is (138,212,82). Sum of RGB (Red+Green+Blue) = 138+212+82=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD452 is #752BAD. Grayscale: #AFAFAF. Windows color (decimal): -7678894 or 5428362. OLE color: 5428362.
HSL color Cylindrical-coordinate representation of color #8AD452: hue angle of 94.15º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AD452 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 82 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.17 |
| HSL | 94.15º | 0.6% | 0.58% | - |
| HSV(B) | 94.15º | 0.61% | 0.83% | - |
| XYZ | 35.55 | 53.1 | 16.36 | - |
| YUV | 175.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 82 | 0.35 | 0 | 0.61 | 0.17 | 94.15 | 0.6 | 0.58 |
| Hex | 8A | D4 | 52 | 23 | 0 | 3D | 11 | 5E | 3C | 3A |
| Octal | 212 | 324 | 122 | 43 | 0 | 75 | 21 | 136 | 74 | 72 |
| Binary | 10001010 | 11010100 | 1010010 | 100011 | 0 | 111101 | 10001 | 1011110 | 111100 | 111010 |
Color Harmonies of #8AD452
Complementary color
Monochromatic Colors of #8AD452
Black with #8AD452
Text Example
Text Example
White with #8AD452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD452; }
p { color: rgb(138,212,82); }
H1.HeaderClassName
{
color: #8AD452;
}
.AnyTagClassName
{
color: #8AD452;
}
</style>
background-color css
<style>
a { background-color: #8AD452; }
a { background-color: rgb(138,212,82); }
div.DivClassName
{
background-color: #8AD452;
}
.BgClassName
{
background-color: #8AD452;
}
</style>
border-color css
<style>
span { border-color: #8AD452; }
span { border-color: rgb(138,212,82); }
td.TdClassName
{
border-color: #8AD452;
}
.TagClassName
{
border-color: #8AD452;
}
</style>