Shades of Mantis #8ACE6A
Tints of Mantis #8ACE6A
RGB
CMYK
RGB Variations
Color information
#8ACE6A (or 0x8ACE6A) is known color: Mantis. HEX triplet: 8A, CE and 6A. RGB value is (138,206,106). Sum of RGB (Red+Green+Blue) = 138+206+106=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACE6A is #753195. Grayscale: #AEAEAE. Windows color (decimal): -7680406 or 6999690. OLE color: 6999690.
HSL color Cylindrical-coordinate representation of color #8ACE6A: hue angle of 100.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8ACE6A is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 106 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.19 |
| HSL | 100.8º | 0.51% | 0.61% | - |
| HSV(B) | 100.8º | 0.49% | 0.81% | - |
| XYZ | 35.15 | 50.59 | 21.55 | - |
| YUV | 174.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 106 | 0.33 | 0 | 0.49 | 0.19 | 100.8 | 0.51 | 0.61 |
| Hex | 8A | CE | 6A | 21 | 0 | 31 | 13 | 65 | 33 | 3D |
| Octal | 212 | 316 | 152 | 41 | 0 | 61 | 23 | 145 | 63 | 75 |
| Binary | 10001010 | 11001110 | 1101010 | 100001 | 0 | 110001 | 10011 | 1100101 | 110011 | 111101 |
Color Harmonies of #8ACE6A
Complementary color
Monochromatic Colors of #8ACE6A
Black with #8ACE6A
Text Example
Text Example
White with #8ACE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE6A; }
p { color: rgb(138,206,106); }
H1.HeaderClassName
{
color: #8ACE6A;
}
.AnyTagClassName
{
color: #8ACE6A;
}
</style>
background-color css
<style>
a { background-color: #8ACE6A; }
a { background-color: rgb(138,206,106); }
div.DivClassName
{
background-color: #8ACE6A;
}
.BgClassName
{
background-color: #8ACE6A;
}
</style>
border-color css
<style>
span { border-color: #8ACE6A; }
span { border-color: rgb(138,206,106); }
td.TdClassName
{
border-color: #8ACE6A;
}
.TagClassName
{
border-color: #8ACE6A;
}
</style>