Shades of Mantis #8ACE68
Tints of Mantis #8ACE68
RGB
CMYK
RGB Variations
Color information
#8ACE68 (or 0x8ACE68) is known color: Mantis. HEX triplet: 8A, CE and 68. RGB value is (138,206,104). Sum of RGB (Red+Green+Blue) = 138+206+104=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACE68 is #753197. Grayscale: #AEAEAE. Windows color (decimal): -7680408 or 6868618. OLE color: 6868618.
HSL color Cylindrical-coordinate representation of color #8ACE68: hue angle of 100º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ACE68 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 104 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.19 |
| HSL | 100º | 0.51% | 0.61% | - |
| HSV(B) | 100º | 0.5% | 0.81% | - |
| XYZ | 35.05 | 50.55 | 21.01 | - |
| YUV | 174.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 104 | 0.33 | 0 | 0.50 | 0.19 | 100 | 0.51 | 0.61 |
| Hex | 8A | CE | 68 | 21 | 0 | 32 | 13 | 64 | 33 | 3D |
| Octal | 212 | 316 | 150 | 41 | 0 | 62 | 23 | 144 | 63 | 75 |
| Binary | 10001010 | 11001110 | 1101000 | 100001 | 0 | 110010 | 10011 | 1100100 | 110011 | 111101 |
Color Harmonies of #8ACE68
Complementary color
Monochromatic Colors of #8ACE68
Black with #8ACE68
Text Example
Text Example
White with #8ACE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE68; }
p { color: rgb(138,206,104); }
H1.HeaderClassName
{
color: #8ACE68;
}
.AnyTagClassName
{
color: #8ACE68;
}
</style>
background-color css
<style>
a { background-color: #8ACE68; }
a { background-color: rgb(138,206,104); }
div.DivClassName
{
background-color: #8ACE68;
}
.BgClassName
{
background-color: #8ACE68;
}
</style>
border-color css
<style>
span { border-color: #8ACE68; }
span { border-color: rgb(138,206,104); }
td.TdClassName
{
border-color: #8ACE68;
}
.TagClassName
{
border-color: #8ACE68;
}
</style>