Shades of Mantis #8AD262
Tints of Mantis #8AD262
RGB
CMYK
RGB Variations
Color information
#8AD262 (or 0x8AD262) is known color: Mantis. HEX triplet: 8A, D2 and 62. RGB value is (138,210,98). Sum of RGB (Red+Green+Blue) = 138+210+98=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD262 is #752D9D. Grayscale: #B0B0B0. Windows color (decimal): -7679390 or 6476426. OLE color: 6476426.
HSL color Cylindrical-coordinate representation of color #8AD262: hue angle of 98.57º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AD262 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 98 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.18 |
| HSL | 98.57º | 0.55% | 0.6% | - |
| HSV(B) | 98.57º | 0.53% | 0.82% | - |
| XYZ | 35.73 | 52.38 | 19.78 | - |
| YUV | 175.7 | 84.15 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 98 | 0.34 | 0 | 0.53 | 0.18 | 98.57 | 0.55 | 0.6 |
| Hex | 8A | D2 | 62 | 22 | 0 | 35 | 12 | 63 | 37 | 3C |
| Octal | 212 | 322 | 142 | 42 | 0 | 65 | 22 | 143 | 67 | 74 |
| Binary | 10001010 | 11010010 | 1100010 | 100010 | 0 | 110101 | 10010 | 1100011 | 110111 | 111100 |
Color Harmonies of #8AD262
Complementary color
Monochromatic Colors of #8AD262
Black with #8AD262
Text Example
Text Example
White with #8AD262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD262; }
p { color: rgb(138,210,98); }
H1.HeaderClassName
{
color: #8AD262;
}
.AnyTagClassName
{
color: #8AD262;
}
</style>
background-color css
<style>
a { background-color: #8AD262; }
a { background-color: rgb(138,210,98); }
div.DivClassName
{
background-color: #8AD262;
}
.BgClassName
{
background-color: #8AD262;
}
</style>
border-color css
<style>
span { border-color: #8AD262; }
span { border-color: rgb(138,210,98); }
td.TdClassName
{
border-color: #8AD262;
}
.TagClassName
{
border-color: #8AD262;
}
</style>