Shades of Mantis #8AD06E
Tints of Mantis #8AD06E
RGB
CMYK
RGB Variations
Color information
#8AD06E (or 0x8AD06E) is known color: Mantis. HEX triplet: 8A, D0 and 6E. RGB value is (138,208,110). Sum of RGB (Red+Green+Blue) = 138+208+110=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD06E is #752F91. Grayscale: #B0B0B0. Windows color (decimal): -7679890 or 7262346. OLE color: 7262346.
HSL color Cylindrical-coordinate representation of color #8AD06E: hue angle of 102.86º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AD06E is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 110 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.18 |
| HSL | 102.86º | 0.51% | 0.62% | - |
| HSV(B) | 102.86º | 0.47% | 0.82% | - |
| XYZ | 35.85 | 51.64 | 22.83 | - |
| YUV | 175.9 | 90.81 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 110 | 0.34 | 0 | 0.47 | 0.18 | 102.86 | 0.51 | 0.62 |
| Hex | 8A | D0 | 6E | 22 | 0 | 2F | 12 | 67 | 33 | 3E |
| Octal | 212 | 320 | 156 | 42 | 0 | 57 | 22 | 147 | 63 | 76 |
| Binary | 10001010 | 11010000 | 1101110 | 100010 | 0 | 101111 | 10010 | 1100111 | 110011 | 111110 |
Color Harmonies of #8AD06E
Complementary color
Monochromatic Colors of #8AD06E
Black with #8AD06E
Text Example
Text Example
White with #8AD06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD06E; }
p { color: rgb(138,208,110); }
H1.HeaderClassName
{
color: #8AD06E;
}
.AnyTagClassName
{
color: #8AD06E;
}
</style>
background-color css
<style>
a { background-color: #8AD06E; }
a { background-color: rgb(138,208,110); }
div.DivClassName
{
background-color: #8AD06E;
}
.BgClassName
{
background-color: #8AD06E;
}
</style>
border-color css
<style>
span { border-color: #8AD06E; }
span { border-color: rgb(138,208,110); }
td.TdClassName
{
border-color: #8AD06E;
}
.TagClassName
{
border-color: #8AD06E;
}
</style>