Shades of Mantis #8AE066
Tints of Mantis #8AE066
RGB
CMYK
RGB Variations
Color information
#8AE066 (or 0x8AE066) is known color: Mantis. HEX triplet: 8A, E0 and 66. RGB value is (138,224,102). Sum of RGB (Red+Green+Blue) = 138+224+102=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE066 is #751F99. Grayscale: #B8B8B8. Windows color (decimal): -7675802 or 6742154. OLE color: 6742154.
HSL color Cylindrical-coordinate representation of color #8AE066: hue angle of 102.3º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AE066 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 224 | 102 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.12 |
| HSL | 102.3º | 0.66% | 0.64% | - |
| HSV(B) | 102.3º | 0.54% | 0.88% | - |
| XYZ | 39.54 | 59.67 | 22 | - |
| YUV | 184.38 | 81.51 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 224 | 102 | 0.38 | 0 | 0.54 | 0.12 | 102.3 | 0.66 | 0.64 |
| Hex | 8A | E0 | 66 | 26 | 0 | 36 | C | 66 | 42 | 40 |
| Octal | 212 | 340 | 146 | 46 | 0 | 66 | 14 | 146 | 102 | 100 |
| Binary | 10001010 | 11100000 | 1100110 | 100110 | 0 | 110110 | 1100 | 1100110 | 1000010 | 1000000 |
Color Harmonies of #8AE066
Complementary color
Monochromatic Colors of #8AE066
Black with #8AE066
Text Example
Text Example
White with #8AE066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE066; }
p { color: rgb(138,224,102); }
H1.HeaderClassName
{
color: #8AE066;
}
.AnyTagClassName
{
color: #8AE066;
}
</style>
background-color css
<style>
a { background-color: #8AE066; }
a { background-color: rgb(138,224,102); }
div.DivClassName
{
background-color: #8AE066;
}
.BgClassName
{
background-color: #8AE066;
}
</style>
border-color css
<style>
span { border-color: #8AE066; }
span { border-color: rgb(138,224,102); }
td.TdClassName
{
border-color: #8AE066;
}
.TagClassName
{
border-color: #8AE066;
}
</style>