Shades of Mantis #8AD94F
Tints of Mantis #8AD94F
RGB
CMYK
RGB Variations
Color information
#8AD94F (or 0x8AD94F) is known color: Mantis. HEX triplet: 8A, D9 and 4F. RGB value is (138,217,79). Sum of RGB (Red+Green+Blue) = 138+217+79=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD94F is #7526B0. Grayscale: #B2B2B2. Windows color (decimal): -7677617 or 5233034. OLE color: 5233034.
HSL color Cylindrical-coordinate representation of color #8AD94F: hue angle of 94.35º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AD94F is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 79 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.15 |
| HSL | 94.35º | 0.64% | 0.58% | - |
| HSV(B) | 94.35º | 0.64% | 0.85% | - |
| XYZ | 36.71 | 55.59 | 16.19 | - |
| YUV | 177.65 | 72.33 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 79 | 0.36 | 0 | 0.64 | 0.15 | 94.35 | 0.64 | 0.58 |
| Hex | 8A | D9 | 4F | 24 | 0 | 40 | F | 5E | 40 | 3A |
| Octal | 212 | 331 | 117 | 44 | 0 | 100 | 17 | 136 | 100 | 72 |
| Binary | 10001010 | 11011001 | 1001111 | 100100 | 0 | 1000000 | 1111 | 1011110 | 1000000 | 111010 |
Color Harmonies of #8AD94F
Complementary color
Monochromatic Colors of #8AD94F
Black with #8AD94F
Text Example
Text Example
White with #8AD94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD94F; }
p { color: rgb(138,217,79); }
H1.HeaderClassName
{
color: #8AD94F;
}
.AnyTagClassName
{
color: #8AD94F;
}
</style>
background-color css
<style>
a { background-color: #8AD94F; }
a { background-color: rgb(138,217,79); }
div.DivClassName
{
background-color: #8AD94F;
}
.BgClassName
{
background-color: #8AD94F;
}
</style>
border-color css
<style>
span { border-color: #8AD94F; }
span { border-color: rgb(138,217,79); }
td.TdClassName
{
border-color: #8AD94F;
}
.TagClassName
{
border-color: #8AD94F;
}
</style>