Shades of Mantis #8AD253
Tints of Mantis #8AD253
RGB
CMYK
RGB Variations
Color information
#8AD253 (or 0x8AD253) is known color: Mantis. HEX triplet: 8A, D2 and 53. RGB value is (138,210,83). Sum of RGB (Red+Green+Blue) = 138+210+83=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD253 is #752DAC. Grayscale: #AEAEAE. Windows color (decimal): -7679405 or 5493386. OLE color: 5493386.
HSL color Cylindrical-coordinate representation of color #8AD253: hue angle of 94.02º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AD253 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 83 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.18 |
| HSL | 94.02º | 0.59% | 0.57% | - |
| HSV(B) | 94.02º | 0.6% | 0.82% | - |
| XYZ | 35.09 | 52.12 | 16.39 | - |
| YUV | 173.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 83 | 0.34 | 0 | 0.60 | 0.18 | 94.02 | 0.59 | 0.57 |
| Hex | 8A | D2 | 53 | 22 | 0 | 3C | 12 | 5E | 3B | 39 |
| Octal | 212 | 322 | 123 | 42 | 0 | 74 | 22 | 136 | 73 | 71 |
| Binary | 10001010 | 11010010 | 1010011 | 100010 | 0 | 111100 | 10010 | 1011110 | 111011 | 111001 |
Color Harmonies of #8AD253
Complementary color
Monochromatic Colors of #8AD253
Black with #8AD253
Text Example
Text Example
White with #8AD253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD253; }
p { color: rgb(138,210,83); }
H1.HeaderClassName
{
color: #8AD253;
}
.AnyTagClassName
{
color: #8AD253;
}
</style>
background-color css
<style>
a { background-color: #8AD253; }
a { background-color: rgb(138,210,83); }
div.DivClassName
{
background-color: #8AD253;
}
.BgClassName
{
background-color: #8AD253;
}
</style>
border-color css
<style>
span { border-color: #8AD253; }
span { border-color: rgb(138,210,83); }
td.TdClassName
{
border-color: #8AD253;
}
.TagClassName
{
border-color: #8AD253;
}
</style>