Shades of Mantis #8AD453
Tints of Mantis #8AD453
RGB
CMYK
RGB Variations
Color information
#8AD453 (or 0x8AD453) is known color: Mantis. HEX triplet: 8A, D4 and 53. RGB value is (138,212,83). Sum of RGB (Red+Green+Blue) = 138+212+83=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD453 is #752BAC. Grayscale: #AFAFAF. Windows color (decimal): -7678893 or 5493898. OLE color: 5493898.
HSL color Cylindrical-coordinate representation of color #8AD453: hue angle of 94.42º 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 #8AD453 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 83 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.17 |
| HSL | 94.42º | 0.6% | 0.58% | - |
| HSV(B) | 94.42º | 0.61% | 0.83% | - |
| XYZ | 35.59 | 53.11 | 16.56 | - |
| YUV | 175.17 | 75.98 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 83 | 0.35 | 0 | 0.61 | 0.17 | 94.42 | 0.6 | 0.58 |
| Hex | 8A | D4 | 53 | 23 | 0 | 3D | 11 | 5E | 3C | 3A |
| Octal | 212 | 324 | 123 | 43 | 0 | 75 | 21 | 136 | 74 | 72 |
| Binary | 10001010 | 11010100 | 1010011 | 100011 | 0 | 111101 | 10001 | 1011110 | 111100 | 111010 |
Color Harmonies of #8AD453
Complementary color
Monochromatic Colors of #8AD453
Black with #8AD453
Text Example
Text Example
White with #8AD453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD453; }
p { color: rgb(138,212,83); }
H1.HeaderClassName
{
color: #8AD453;
}
.AnyTagClassName
{
color: #8AD453;
}
</style>
background-color css
<style>
a { background-color: #8AD453; }
a { background-color: rgb(138,212,83); }
div.DivClassName
{
background-color: #8AD453;
}
.BgClassName
{
background-color: #8AD453;
}
</style>
border-color css
<style>
span { border-color: #8AD453; }
span { border-color: rgb(138,212,83); }
td.TdClassName
{
border-color: #8AD453;
}
.TagClassName
{
border-color: #8AD453;
}
</style>