Shades of Mantis #8ACA6C
Tints of Mantis #8ACA6C
RGB
CMYK
RGB Variations
Color information
#8ACA6C (or 0x8ACA6C) is known color: Mantis. HEX triplet: 8A, CA and 6C. RGB value is (138,202,108). Sum of RGB (Red+Green+Blue) = 138+202+108=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA6C is #753593. Grayscale: #ACACAC. Windows color (decimal): -7681428 or 7129738. OLE color: 7129738.
HSL color Cylindrical-coordinate representation of color #8ACA6C: hue angle of 100.85º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8ACA6C is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 202 | 108 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.21 |
| HSL | 100.85º | 0.47% | 0.61% | - |
| HSV(B) | 100.85º | 0.47% | 0.79% | - |
| XYZ | 34.31 | 48.73 | 21.78 | - |
| YUV | 172.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 108 | 0.32 | 0 | 0.47 | 0.21 | 100.85 | 0.47 | 0.61 |
| Hex | 8A | CA | 6C | 20 | 0 | 2F | 15 | 65 | 2F | 3D |
| Octal | 212 | 312 | 154 | 40 | 0 | 57 | 25 | 145 | 57 | 75 |
| Binary | 10001010 | 11001010 | 1101100 | 100000 | 0 | 101111 | 10101 | 1100101 | 101111 | 111101 |
Color Harmonies of #8ACA6C
Complementary color
Monochromatic Colors of #8ACA6C
Black with #8ACA6C
Text Example
Text Example
White with #8ACA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACA6C; }
p { color: rgb(138,202,108); }
H1.HeaderClassName
{
color: #8ACA6C;
}
.AnyTagClassName
{
color: #8ACA6C;
}
</style>
background-color css
<style>
a { background-color: #8ACA6C; }
a { background-color: rgb(138,202,108); }
div.DivClassName
{
background-color: #8ACA6C;
}
.BgClassName
{
background-color: #8ACA6C;
}
</style>
border-color css
<style>
span { border-color: #8ACA6C; }
span { border-color: rgb(138,202,108); }
td.TdClassName
{
border-color: #8ACA6C;
}
.TagClassName
{
border-color: #8ACA6C;
}
</style>