Shades of Mantis #8ADE66
Tints of Mantis #8ADE66
RGB
CMYK
RGB Variations
Color information
#8ADE66 (or 0x8ADE66) is known color: Mantis. HEX triplet: 8A, DE and 66. RGB value is (138,222,102). Sum of RGB (Red+Green+Blue) = 138+222+102=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE66 is #752199. Grayscale: #B7B7B7. Windows color (decimal): -7676314 or 6741642. OLE color: 6741642.
HSL color Cylindrical-coordinate representation of color #8ADE66: hue angle of 102º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8ADE66 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 102 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.13 |
| HSL | 102º | 0.65% | 0.64% | - |
| HSV(B) | 102º | 0.54% | 0.87% | - |
| XYZ | 39 | 58.61 | 21.83 | - |
| YUV | 183.2 | 82.17 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 102 | 0.38 | 0 | 0.54 | 0.13 | 102 | 0.65 | 0.64 |
| Hex | 8A | DE | 66 | 26 | 0 | 36 | D | 66 | 41 | 40 |
| Octal | 212 | 336 | 146 | 46 | 0 | 66 | 15 | 146 | 101 | 100 |
| Binary | 10001010 | 11011110 | 1100110 | 100110 | 0 | 110110 | 1101 | 1100110 | 1000001 | 1000000 |
Color Harmonies of #8ADE66
Complementary color
Monochromatic Colors of #8ADE66
Black with #8ADE66
Text Example
Text Example
White with #8ADE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE66; }
p { color: rgb(138,222,102); }
H1.HeaderClassName
{
color: #8ADE66;
}
.AnyTagClassName
{
color: #8ADE66;
}
</style>
background-color css
<style>
a { background-color: #8ADE66; }
a { background-color: rgb(138,222,102); }
div.DivClassName
{
background-color: #8ADE66;
}
.BgClassName
{
background-color: #8ADE66;
}
</style>
border-color css
<style>
span { border-color: #8ADE66; }
span { border-color: rgb(138,222,102); }
td.TdClassName
{
border-color: #8ADE66;
}
.TagClassName
{
border-color: #8ADE66;
}
</style>