Shades of Mantis #8ACB52
Tints of Mantis #8ACB52
RGB
CMYK
RGB Variations
Color information
#8ACB52 (or 0x8ACB52) is known color: Mantis. HEX triplet: 8A, CB and 52. RGB value is (138,203,82). Sum of RGB (Red+Green+Blue) = 138+203+82=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB52 is #7534AD. Grayscale: #AAAAAA. Windows color (decimal): -7681198 or 5426058. OLE color: 5426058.
HSL color Cylindrical-coordinate representation of color #8ACB52: hue angle of 92.23º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ACB52 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 82 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.20 |
| HSL | 92.23º | 0.54% | 0.56% | - |
| HSV(B) | 92.23º | 0.6% | 0.8% | - |
| XYZ | 33.36 | 48.72 | 15.63 | - |
| YUV | 169.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 82 | 0.32 | 0 | 0.60 | 0.20 | 92.23 | 0.54 | 0.56 |
| Hex | 8A | CB | 52 | 20 | 0 | 3C | 14 | 5C | 36 | 38 |
| Octal | 212 | 313 | 122 | 40 | 0 | 74 | 24 | 134 | 66 | 70 |
| Binary | 10001010 | 11001011 | 1010010 | 100000 | 0 | 111100 | 10100 | 1011100 | 110110 | 111000 |
Color Harmonies of #8ACB52
Complementary color
Monochromatic Colors of #8ACB52
Black with #8ACB52
Text Example
Text Example
White with #8ACB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB52; }
p { color: rgb(138,203,82); }
H1.HeaderClassName
{
color: #8ACB52;
}
.AnyTagClassName
{
color: #8ACB52;
}
</style>
background-color css
<style>
a { background-color: #8ACB52; }
a { background-color: rgb(138,203,82); }
div.DivClassName
{
background-color: #8ACB52;
}
.BgClassName
{
background-color: #8ACB52;
}
</style>
border-color css
<style>
span { border-color: #8ACB52; }
span { border-color: rgb(138,203,82); }
td.TdClassName
{
border-color: #8ACB52;
}
.TagClassName
{
border-color: #8ACB52;
}
</style>