Shades of Mantis #8AD365
Tints of Mantis #8AD365
RGB
CMYK
RGB Variations
Color information
#8AD365 (or 0x8AD365) is known color: Mantis. HEX triplet: 8A, D3 and 65. RGB value is (138,211,101). Sum of RGB (Red+Green+Blue) = 138+211+101=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD365 is #752C9A. Grayscale: #B1B1B1. Windows color (decimal): -7679131 or 6673290. OLE color: 6673290.
HSL color Cylindrical-coordinate representation of color #8AD365: hue angle of 99.82º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AD365 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 101 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.17 |
| HSL | 99.82º | 0.56% | 0.61% | - |
| HSV(B) | 99.82º | 0.52% | 0.83% | - |
| XYZ | 36.12 | 52.93 | 20.62 | - |
| YUV | 176.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 101 | 0.35 | 0 | 0.52 | 0.17 | 99.82 | 0.56 | 0.61 |
| Hex | 8A | D3 | 65 | 23 | 0 | 34 | 11 | 64 | 38 | 3D |
| Octal | 212 | 323 | 145 | 43 | 0 | 64 | 21 | 144 | 70 | 75 |
| Binary | 10001010 | 11010011 | 1100101 | 100011 | 0 | 110100 | 10001 | 1100100 | 111000 | 111101 |
Color Harmonies of #8AD365
Complementary color
Monochromatic Colors of #8AD365
Black with #8AD365
Text Example
Text Example
White with #8AD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD365; }
p { color: rgb(138,211,101); }
H1.HeaderClassName
{
color: #8AD365;
}
.AnyTagClassName
{
color: #8AD365;
}
</style>
background-color css
<style>
a { background-color: #8AD365; }
a { background-color: rgb(138,211,101); }
div.DivClassName
{
background-color: #8AD365;
}
.BgClassName
{
background-color: #8AD365;
}
</style>
border-color css
<style>
span { border-color: #8AD365; }
span { border-color: rgb(138,211,101); }
td.TdClassName
{
border-color: #8AD365;
}
.TagClassName
{
border-color: #8AD365;
}
</style>