Shades of Mantis #8ACE6C
Tints of Mantis #8ACE6C
RGB
CMYK
RGB Variations
Color information
#8ACE6C (or 0x8ACE6C) is known color: Mantis. HEX triplet: 8A, CE and 6C. RGB value is (138,206,108). Sum of RGB (Red+Green+Blue) = 138+206+108=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACE6C is #753193. Grayscale: #AEAEAE. Windows color (decimal): -7680404 or 7130762. OLE color: 7130762.
HSL color Cylindrical-coordinate representation of color #8ACE6C: hue angle of 101.63º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ACE6C is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 108 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.19 |
| HSL | 101.63º | 0.5% | 0.62% | - |
| HSV(B) | 101.63º | 0.48% | 0.81% | - |
| XYZ | 35.26 | 50.63 | 22.1 | - |
| YUV | 174.5 | 90.47 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 108 | 0.33 | 0 | 0.48 | 0.19 | 101.63 | 0.5 | 0.62 |
| Hex | 8A | CE | 6C | 21 | 0 | 30 | 13 | 66 | 32 | 3E |
| Octal | 212 | 316 | 154 | 41 | 0 | 60 | 23 | 146 | 62 | 76 |
| Binary | 10001010 | 11001110 | 1101100 | 100001 | 0 | 110000 | 10011 | 1100110 | 110010 | 111110 |
Color Harmonies of #8ACE6C
Complementary color
Monochromatic Colors of #8ACE6C
Black with #8ACE6C
Text Example
Text Example
White with #8ACE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE6C; }
p { color: rgb(138,206,108); }
H1.HeaderClassName
{
color: #8ACE6C;
}
.AnyTagClassName
{
color: #8ACE6C;
}
</style>
background-color css
<style>
a { background-color: #8ACE6C; }
a { background-color: rgb(138,206,108); }
div.DivClassName
{
background-color: #8ACE6C;
}
.BgClassName
{
background-color: #8ACE6C;
}
</style>
border-color css
<style>
span { border-color: #8ACE6C; }
span { border-color: rgb(138,206,108); }
td.TdClassName
{
border-color: #8ACE6C;
}
.TagClassName
{
border-color: #8ACE6C;
}
</style>