Shades of Mantis #8AD258
Tints of Mantis #8AD258
RGB
CMYK
RGB Variations
Color information
#8AD258 (or 0x8AD258) is known color: Mantis. HEX triplet: 8A, D2 and 58. RGB value is (138,210,88). Sum of RGB (Red+Green+Blue) = 138+210+88=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD258 is #752DA7. Grayscale: #AEAEAE. Windows color (decimal): -7679400 or 5821066. OLE color: 5821066.
HSL color Cylindrical-coordinate representation of color #8AD258: hue angle of 95.41º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AD258 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 88 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.18 |
| HSL | 95.41º | 0.58% | 0.58% | - |
| HSV(B) | 95.41º | 0.58% | 0.82% | - |
| XYZ | 35.29 | 52.2 | 17.45 | - |
| YUV | 174.56 | 79.15 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 88 | 0.34 | 0 | 0.58 | 0.18 | 95.41 | 0.58 | 0.58 |
| Hex | 8A | D2 | 58 | 22 | 0 | 3A | 12 | 5F | 3A | 3A |
| Octal | 212 | 322 | 130 | 42 | 0 | 72 | 22 | 137 | 72 | 72 |
| Binary | 10001010 | 11010010 | 1011000 | 100010 | 0 | 111010 | 10010 | 1011111 | 111010 | 111010 |
Color Harmonies of #8AD258
Complementary color
Monochromatic Colors of #8AD258
Black with #8AD258
Text Example
Text Example
White with #8AD258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD258; }
p { color: rgb(138,210,88); }
H1.HeaderClassName
{
color: #8AD258;
}
.AnyTagClassName
{
color: #8AD258;
}
</style>
background-color css
<style>
a { background-color: #8AD258; }
a { background-color: rgb(138,210,88); }
div.DivClassName
{
background-color: #8AD258;
}
.BgClassName
{
background-color: #8AD258;
}
</style>
border-color css
<style>
span { border-color: #8AD258; }
span { border-color: rgb(138,210,88); }
td.TdClassName
{
border-color: #8AD258;
}
.TagClassName
{
border-color: #8AD258;
}
</style>