Shades of Mantis #8AC84A
Tints of Mantis #8AC84A
RGB
CMYK
RGB Variations
Color information
#8AC84A (or 0x8AC84A) is known color: Mantis. HEX triplet: 8A, C8 and 4A. RGB value is (138,200,74). Sum of RGB (Red+Green+Blue) = 138+200+74=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC84A is #7537B5. Grayscale: #A7A7A7. Windows color (decimal): -7681974 or 4901002. OLE color: 4901002.
HSL color Cylindrical-coordinate representation of color #8AC84A: hue angle of 89.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AC84A is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 74 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.22 |
| HSL | 89.52º | 0.53% | 0.54% | - |
| HSV(B) | 89.52º | 0.63% | 0.78% | - |
| XYZ | 32.37 | 47.21 | 13.88 | - |
| YUV | 167.1 | 75.46 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 74 | 0.31 | 0 | 0.63 | 0.22 | 89.52 | 0.53 | 0.54 |
| Hex | 8A | C8 | 4A | 1F | 0 | 3F | 16 | 5A | 35 | 36 |
| Octal | 212 | 310 | 112 | 37 | 0 | 77 | 26 | 132 | 65 | 66 |
| Binary | 10001010 | 11001000 | 1001010 | 11111 | 0 | 111111 | 10110 | 1011010 | 110101 | 110110 |
Color Harmonies of #8AC84A
Complementary color
Monochromatic Colors of #8AC84A
Black with #8AC84A
Text Example
Text Example
White with #8AC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC84A; }
p { color: rgb(138,200,74); }
H1.HeaderClassName
{
color: #8AC84A;
}
.AnyTagClassName
{
color: #8AC84A;
}
</style>
background-color css
<style>
a { background-color: #8AC84A; }
a { background-color: rgb(138,200,74); }
div.DivClassName
{
background-color: #8AC84A;
}
.BgClassName
{
background-color: #8AC84A;
}
</style>
border-color css
<style>
span { border-color: #8AC84A; }
span { border-color: rgb(138,200,74); }
td.TdClassName
{
border-color: #8AC84A;
}
.TagClassName
{
border-color: #8AC84A;
}
</style>