Shades of Mantis #8AD266
Tints of Mantis #8AD266
RGB
CMYK
RGB Variations
Color information
#8AD266 (or 0x8AD266) is known color: Mantis. HEX triplet: 8A, D2 and 66. RGB value is (138,210,102). Sum of RGB (Red+Green+Blue) = 138+210+102=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD266 is #752D99. Grayscale: #B0B0B0. Windows color (decimal): -7679386 or 6738570. OLE color: 6738570.
HSL color Cylindrical-coordinate representation of color #8AD266: hue angle of 100º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AD266 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 102 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.18 |
| HSL | 100º | 0.55% | 0.61% | - |
| HSV(B) | 100º | 0.51% | 0.82% | - |
| XYZ | 35.93 | 52.46 | 20.8 | - |
| YUV | 176.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 102 | 0.34 | 0 | 0.51 | 0.18 | 100 | 0.55 | 0.61 |
| Hex | 8A | D2 | 66 | 22 | 0 | 33 | 12 | 64 | 37 | 3D |
| Octal | 212 | 322 | 146 | 42 | 0 | 63 | 22 | 144 | 67 | 75 |
| Binary | 10001010 | 11010010 | 1100110 | 100010 | 0 | 110011 | 10010 | 1100100 | 110111 | 111101 |
Color Harmonies of #8AD266
Complementary color
Monochromatic Colors of #8AD266
Black with #8AD266
Text Example
Text Example
White with #8AD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD266; }
p { color: rgb(138,210,102); }
H1.HeaderClassName
{
color: #8AD266;
}
.AnyTagClassName
{
color: #8AD266;
}
</style>
background-color css
<style>
a { background-color: #8AD266; }
a { background-color: rgb(138,210,102); }
div.DivClassName
{
background-color: #8AD266;
}
.BgClassName
{
background-color: #8AD266;
}
</style>
border-color css
<style>
span { border-color: #8AD266; }
span { border-color: rgb(138,210,102); }
td.TdClassName
{
border-color: #8AD266;
}
.TagClassName
{
border-color: #8AD266;
}
</style>