Shades of Mantis #8ACC4F
Tints of Mantis #8ACC4F
RGB
CMYK
RGB Variations
Color information
#8ACC4F (or 0x8ACC4F) is known color: Mantis. HEX triplet: 8A, CC and 4F. RGB value is (138,204,79). Sum of RGB (Red+Green+Blue) = 138+204+79=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC4F is #7533B0. Grayscale: #AAAAAA. Windows color (decimal): -7680945 or 5229706. OLE color: 5229706.
HSL color Cylindrical-coordinate representation of color #8ACC4F: hue angle of 91.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ACC4F is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 79 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.2 |
| HSL | 91.68º | 0.55% | 0.55% | - |
| HSV(B) | 91.68º | 0.61% | 0.8% | - |
| XYZ | 33.49 | 49.15 | 15.12 | - |
| YUV | 170.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 79 | 0.32 | 0 | 0.61 | 0.2 | 91.68 | 0.55 | 0.55 |
| Hex | 8A | CC | 4F | 20 | 0 | 3D | 14 | 5C | 37 | 37 |
| Octal | 212 | 314 | 117 | 40 | 0 | 75 | 24 | 134 | 67 | 67 |
| Binary | 10001010 | 11001100 | 1001111 | 100000 | 0 | 111101 | 10100 | 1011100 | 110111 | 110111 |
Color Harmonies of #8ACC4F
Complementary color
Monochromatic Colors of #8ACC4F
Black with #8ACC4F
Text Example
Text Example
White with #8ACC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC4F; }
p { color: rgb(138,204,79); }
H1.HeaderClassName
{
color: #8ACC4F;
}
.AnyTagClassName
{
color: #8ACC4F;
}
</style>
background-color css
<style>
a { background-color: #8ACC4F; }
a { background-color: rgb(138,204,79); }
div.DivClassName
{
background-color: #8ACC4F;
}
.BgClassName
{
background-color: #8ACC4F;
}
</style>
border-color css
<style>
span { border-color: #8ACC4F; }
span { border-color: rgb(138,204,79); }
td.TdClassName
{
border-color: #8ACC4F;
}
.TagClassName
{
border-color: #8ACC4F;
}
</style>