Shades of Mantis #8ACA6A
Tints of Mantis #8ACA6A
RGB
CMYK
RGB Variations
Color information
#8ACA6A (or 0x8ACA6A) is known color: Mantis. HEX triplet: 8A, CA and 6A. RGB value is (138,202,106). Sum of RGB (Red+Green+Blue) = 138+202+106=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA6A is #753595. Grayscale: #ACACAC. Windows color (decimal): -7681430 or 6998666. OLE color: 6998666.
HSL color Cylindrical-coordinate representation of color #8ACA6A: hue angle of 100º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ACA6A is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 202 | 106 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.21 |
| HSL | 100º | 0.48% | 0.6% | - |
| HSV(B) | 100º | 0.48% | 0.79% | - |
| XYZ | 34.2 | 48.68 | 21.23 | - |
| YUV | 171.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 106 | 0.32 | 0 | 0.48 | 0.21 | 100 | 0.48 | 0.6 |
| Hex | 8A | CA | 6A | 20 | 0 | 30 | 15 | 64 | 30 | 3C |
| Octal | 212 | 312 | 152 | 40 | 0 | 60 | 25 | 144 | 60 | 74 |
| Binary | 10001010 | 11001010 | 1101010 | 100000 | 0 | 110000 | 10101 | 1100100 | 110000 | 111100 |
Color Harmonies of #8ACA6A
Complementary color
Monochromatic Colors of #8ACA6A
Black with #8ACA6A
Text Example
Text Example
White with #8ACA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACA6A; }
p { color: rgb(138,202,106); }
H1.HeaderClassName
{
color: #8ACA6A;
}
.AnyTagClassName
{
color: #8ACA6A;
}
</style>
background-color css
<style>
a { background-color: #8ACA6A; }
a { background-color: rgb(138,202,106); }
div.DivClassName
{
background-color: #8ACA6A;
}
.BgClassName
{
background-color: #8ACA6A;
}
</style>
border-color css
<style>
span { border-color: #8ACA6A; }
span { border-color: rgb(138,202,106); }
td.TdClassName
{
border-color: #8ACA6A;
}
.TagClassName
{
border-color: #8ACA6A;
}
</style>