Shades of Mantis #8ADE64
Tints of Mantis #8ADE64
RGB
CMYK
RGB Variations
Color information
#8ADE64 (or 0x8ADE64) is known color: Mantis. HEX triplet: 8A, DE and 64. RGB value is (138,222,100). Sum of RGB (Red+Green+Blue) = 138+222+100=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE64 is #75219B. Grayscale: #B7B7B7. Windows color (decimal): -7676316 or 6610570. OLE color: 6610570.
HSL color Cylindrical-coordinate representation of color #8ADE64: hue angle of 101.31º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ADE64 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 100 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.13 |
| HSL | 101.31º | 0.65% | 0.63% | - |
| HSV(B) | 101.31º | 0.55% | 0.87% | - |
| XYZ | 38.9 | 58.57 | 21.31 | - |
| YUV | 182.98 | 81.17 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 100 | 0.38 | 0 | 0.55 | 0.13 | 101.31 | 0.65 | 0.63 |
| Hex | 8A | DE | 64 | 26 | 0 | 37 | D | 65 | 41 | 3F |
| Octal | 212 | 336 | 144 | 46 | 0 | 67 | 15 | 145 | 101 | 77 |
| Binary | 10001010 | 11011110 | 1100100 | 100110 | 0 | 110111 | 1101 | 1100101 | 1000001 | 111111 |
Color Harmonies of #8ADE64
Complementary color
Monochromatic Colors of #8ADE64
Black with #8ADE64
Text Example
Text Example
White with #8ADE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE64; }
p { color: rgb(138,222,100); }
H1.HeaderClassName
{
color: #8ADE64;
}
.AnyTagClassName
{
color: #8ADE64;
}
</style>
background-color css
<style>
a { background-color: #8ADE64; }
a { background-color: rgb(138,222,100); }
div.DivClassName
{
background-color: #8ADE64;
}
.BgClassName
{
background-color: #8ADE64;
}
</style>
border-color css
<style>
span { border-color: #8ADE64; }
span { border-color: rgb(138,222,100); }
td.TdClassName
{
border-color: #8ADE64;
}
.TagClassName
{
border-color: #8ADE64;
}
</style>