Shades of Mantis #8AD56F
Tints of Mantis #8AD56F
RGB
CMYK
RGB Variations
Color information
#8AD56F (or 0x8AD56F) is known color: Mantis. HEX triplet: 8A, D5 and 6F. RGB value is (138,213,111). Sum of RGB (Red+Green+Blue) = 138+213+111=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD56F is #752A90. Grayscale: #B3B3B3. Windows color (decimal): -7678609 or 7329162. OLE color: 7329162.
HSL color Cylindrical-coordinate representation of color #8AD56F: hue angle of 104.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AD56F is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 111 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.16 |
| HSL | 104.12º | 0.55% | 0.64% | - |
| HSV(B) | 104.12º | 0.48% | 0.84% | - |
| XYZ | 37.14 | 54.14 | 23.53 | - |
| YUV | 178.95 | 89.65 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 111 | 0.35 | 0 | 0.48 | 0.16 | 104.12 | 0.55 | 0.64 |
| Hex | 8A | D5 | 6F | 23 | 0 | 30 | 10 | 68 | 37 | 40 |
| Octal | 212 | 325 | 157 | 43 | 0 | 60 | 20 | 150 | 67 | 100 |
| Binary | 10001010 | 11010101 | 1101111 | 100011 | 0 | 110000 | 10000 | 1101000 | 110111 | 1000000 |
Color Harmonies of #8AD56F
Complementary color
Monochromatic Colors of #8AD56F
Black with #8AD56F
Text Example
Text Example
White with #8AD56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD56F; }
p { color: rgb(138,213,111); }
H1.HeaderClassName
{
color: #8AD56F;
}
.AnyTagClassName
{
color: #8AD56F;
}
</style>
background-color css
<style>
a { background-color: #8AD56F; }
a { background-color: rgb(138,213,111); }
div.DivClassName
{
background-color: #8AD56F;
}
.BgClassName
{
background-color: #8AD56F;
}
</style>
border-color css
<style>
span { border-color: #8AD56F; }
span { border-color: rgb(138,213,111); }
td.TdClassName
{
border-color: #8AD56F;
}
.TagClassName
{
border-color: #8AD56F;
}
</style>