Shades of Mantis #8ACC4A
Tints of Mantis #8ACC4A
RGB
CMYK
RGB Variations
Color information
#8ACC4A (or 0x8ACC4A) is known color: Mantis. HEX triplet: 8A, CC and 4A. RGB value is (138,204,74). Sum of RGB (Red+Green+Blue) = 138+204+74=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC4A is #7533B5. Grayscale: #A9A9A9. Windows color (decimal): -7680950 or 4902026. OLE color: 4902026.
HSL color Cylindrical-coordinate representation of color #8ACC4A: hue angle of 90.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ACC4A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 74 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.2 |
| HSL | 90.46º | 0.56% | 0.55% | - |
| HSV(B) | 90.46º | 0.64% | 0.8% | - |
| XYZ | 33.31 | 49.08 | 14.2 | - |
| YUV | 169.45 | 74.13 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 74 | 0.32 | 0 | 0.64 | 0.2 | 90.46 | 0.56 | 0.55 |
| Hex | 8A | CC | 4A | 20 | 0 | 40 | 14 | 5A | 38 | 37 |
| Octal | 212 | 314 | 112 | 40 | 0 | 100 | 24 | 132 | 70 | 67 |
| Binary | 10001010 | 11001100 | 1001010 | 100000 | 0 | 1000000 | 10100 | 1011010 | 111000 | 110111 |
Color Harmonies of #8ACC4A
Complementary color
Monochromatic Colors of #8ACC4A
Black with #8ACC4A
Text Example
Text Example
White with #8ACC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC4A; }
p { color: rgb(138,204,74); }
H1.HeaderClassName
{
color: #8ACC4A;
}
.AnyTagClassName
{
color: #8ACC4A;
}
</style>
background-color css
<style>
a { background-color: #8ACC4A; }
a { background-color: rgb(138,204,74); }
div.DivClassName
{
background-color: #8ACC4A;
}
.BgClassName
{
background-color: #8ACC4A;
}
</style>
border-color css
<style>
span { border-color: #8ACC4A; }
span { border-color: rgb(138,204,74); }
td.TdClassName
{
border-color: #8ACC4A;
}
.TagClassName
{
border-color: #8ACC4A;
}
</style>