Shades of Mantis #8AC84D
Tints of Mantis #8AC84D
RGB
CMYK
RGB Variations
Color information
#8AC84D (or 0x8AC84D) is known color: Mantis. HEX triplet: 8A, C8 and 4D. RGB value is (138,200,77). Sum of RGB (Red+Green+Blue) = 138+200+77=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC84D is #7537B2. Grayscale: #A7A7A7. Windows color (decimal): -7681971 or 5097610. OLE color: 5097610.
HSL color Cylindrical-coordinate representation of color #8AC84D: hue angle of 90.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AC84D is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 77 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.22 |
| HSL | 90.24º | 0.53% | 0.54% | - |
| HSV(B) | 90.24º | 0.62% | 0.78% | - |
| XYZ | 32.48 | 47.25 | 14.43 | - |
| YUV | 167.44 | 76.96 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 77 | 0.31 | 0 | 0.62 | 0.22 | 90.24 | 0.53 | 0.54 |
| Hex | 8A | C8 | 4D | 1F | 0 | 3E | 16 | 5A | 35 | 36 |
| Octal | 212 | 310 | 115 | 37 | 0 | 76 | 26 | 132 | 65 | 66 |
| Binary | 10001010 | 11001000 | 1001101 | 11111 | 0 | 111110 | 10110 | 1011010 | 110101 | 110110 |
Color Harmonies of #8AC84D
Complementary color
Monochromatic Colors of #8AC84D
Black with #8AC84D
Text Example
Text Example
White with #8AC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC84D; }
p { color: rgb(138,200,77); }
H1.HeaderClassName
{
color: #8AC84D;
}
.AnyTagClassName
{
color: #8AC84D;
}
</style>
background-color css
<style>
a { background-color: #8AC84D; }
a { background-color: rgb(138,200,77); }
div.DivClassName
{
background-color: #8AC84D;
}
.BgClassName
{
background-color: #8AC84D;
}
</style>
border-color css
<style>
span { border-color: #8AC84D; }
span { border-color: rgb(138,200,77); }
td.TdClassName
{
border-color: #8AC84D;
}
.TagClassName
{
border-color: #8AC84D;
}
</style>