Shades of Mantis #8ACB56
Tints of Mantis #8ACB56
RGB
CMYK
RGB Variations
Color information
#8ACB56 (or 0x8ACB56) is known color: Mantis. HEX triplet: 8A, CB and 56. RGB value is (138,203,86). Sum of RGB (Red+Green+Blue) = 138+203+86=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB56 is #7534A9. Grayscale: #AAAAAA. Windows color (decimal): -7681194 or 5688202. OLE color: 5688202.
HSL color Cylindrical-coordinate representation of color #8ACB56: hue angle of 93.33º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8ACB56 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 86 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.20 |
| HSL | 93.33º | 0.53% | 0.57% | - |
| HSV(B) | 93.33º | 0.58% | 0.8% | - |
| XYZ | 33.52 | 48.79 | 16.45 | - |
| YUV | 170.23 | 80.47 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 86 | 0.32 | 0 | 0.58 | 0.20 | 93.33 | 0.53 | 0.57 |
| Hex | 8A | CB | 56 | 20 | 0 | 3A | 14 | 5D | 35 | 39 |
| Octal | 212 | 313 | 126 | 40 | 0 | 72 | 24 | 135 | 65 | 71 |
| Binary | 10001010 | 11001011 | 1010110 | 100000 | 0 | 111010 | 10100 | 1011101 | 110101 | 111001 |
Color Harmonies of #8ACB56
Complementary color
Monochromatic Colors of #8ACB56
Black with #8ACB56
Text Example
Text Example
White with #8ACB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB56; }
p { color: rgb(138,203,86); }
H1.HeaderClassName
{
color: #8ACB56;
}
.AnyTagClassName
{
color: #8ACB56;
}
</style>
background-color css
<style>
a { background-color: #8ACB56; }
a { background-color: rgb(138,203,86); }
div.DivClassName
{
background-color: #8ACB56;
}
.BgClassName
{
background-color: #8ACB56;
}
</style>
border-color css
<style>
span { border-color: #8ACB56; }
span { border-color: rgb(138,203,86); }
td.TdClassName
{
border-color: #8ACB56;
}
.TagClassName
{
border-color: #8ACB56;
}
</style>