Shades of Mantis #8AC04F
Tints of Mantis #8AC04F
RGB
CMYK
RGB Variations
Color information
#8AC04F (or 0x8AC04F) is known color: Mantis. HEX triplet: 8A, C0 and 4F. RGB value is (138,192,79). Sum of RGB (Red+Green+Blue) = 138+192+79=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC04F is #753FB0. Grayscale: #A3A3A3. Windows color (decimal): -7684017 or 5226634. OLE color: 5226634.
HSL color Cylindrical-coordinate representation of color #8AC04F: hue angle of 88.67º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AC04F is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 79 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.25 |
| HSL | 88.67º | 0.47% | 0.53% | - |
| HSV(B) | 88.67º | 0.59% | 0.75% | - |
| XYZ | 30.74 | 43.67 | 14.21 | - |
| YUV | 162.97 | 80.61 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 79 | 0.28 | 0 | 0.59 | 0.25 | 88.67 | 0.47 | 0.53 |
| Hex | 8A | C0 | 4F | 1C | 0 | 3B | 19 | 59 | 2F | 35 |
| Octal | 212 | 300 | 117 | 34 | 0 | 73 | 31 | 131 | 57 | 65 |
| Binary | 10001010 | 11000000 | 1001111 | 11100 | 0 | 111011 | 11001 | 1011001 | 101111 | 110101 |
Color Harmonies of #8AC04F
Complementary color
Monochromatic Colors of #8AC04F
Black with #8AC04F
Text Example
Text Example
White with #8AC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC04F; }
p { color: rgb(138,192,79); }
H1.HeaderClassName
{
color: #8AC04F;
}
.AnyTagClassName
{
color: #8AC04F;
}
</style>
background-color css
<style>
a { background-color: #8AC04F; }
a { background-color: rgb(138,192,79); }
div.DivClassName
{
background-color: #8AC04F;
}
.BgClassName
{
background-color: #8AC04F;
}
</style>
border-color css
<style>
span { border-color: #8AC04F; }
span { border-color: rgb(138,192,79); }
td.TdClassName
{
border-color: #8AC04F;
}
.TagClassName
{
border-color: #8AC04F;
}
</style>