Shades of Mantis #8AC076
Tints of Mantis #8AC076
RGB
CMYK
RGB Variations
Color information
#8AC076 (or 0x8AC076) is known color: Mantis. HEX triplet: 8A, C0 and 76. RGB value is (138,192,118). Sum of RGB (Red+Green+Blue) = 138+192+118=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC076 is #753F89. Grayscale: #A7A7A7. Windows color (decimal): -7683978 or 7782538. OLE color: 7782538.
HSL color Cylindrical-coordinate representation of color #8AC076: hue angle of 103.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AC076 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 118 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.25 |
| HSL | 103.78º | 0.37% | 0.61% | - |
| HSV(B) | 103.78º | 0.39% | 0.75% | - |
| XYZ | 32.6 | 44.41 | 23.99 | - |
| YUV | 167.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 118 | 0.28 | 0 | 0.39 | 0.25 | 103.78 | 0.37 | 0.61 |
| Hex | 8A | C0 | 76 | 1C | 0 | 27 | 19 | 68 | 25 | 3D |
| Octal | 212 | 300 | 166 | 34 | 0 | 47 | 31 | 150 | 45 | 75 |
| Binary | 10001010 | 11000000 | 1110110 | 11100 | 0 | 100111 | 11001 | 1101000 | 100101 | 111101 |
Color Harmonies of #8AC076
Complementary color
Monochromatic Colors of #8AC076
Black with #8AC076
Text Example
Text Example
White with #8AC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC076; }
p { color: rgb(138,192,118); }
H1.HeaderClassName
{
color: #8AC076;
}
.AnyTagClassName
{
color: #8AC076;
}
</style>
background-color css
<style>
a { background-color: #8AC076; }
a { background-color: rgb(138,192,118); }
div.DivClassName
{
background-color: #8AC076;
}
.BgClassName
{
background-color: #8AC076;
}
</style>
border-color css
<style>
span { border-color: #8AC076; }
span { border-color: rgb(138,192,118); }
td.TdClassName
{
border-color: #8AC076;
}
.TagClassName
{
border-color: #8AC076;
}
</style>