Shades of Mantis #8ACB5B
Tints of Mantis #8ACB5B
RGB
CMYK
RGB Variations
Color information
#8ACB5B (or 0x8ACB5B) is known color: Mantis. HEX triplet: 8A, CB and 5B. RGB value is (138,203,91). Sum of RGB (Red+Green+Blue) = 138+203+91=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB5B is #7534A4. Grayscale: #ABABAB. Windows color (decimal): -7681189 or 6015882. OLE color: 6015882.
HSL color Cylindrical-coordinate representation of color #8ACB5B: hue angle of 94.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ACB5B is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 91 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.20 |
| HSL | 94.82º | 0.52% | 0.58% | - |
| HSV(B) | 94.82º | 0.55% | 0.8% | - |
| XYZ | 33.73 | 48.87 | 17.55 | - |
| YUV | 170.8 | 82.97 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 91 | 0.32 | 0 | 0.55 | 0.20 | 94.82 | 0.52 | 0.58 |
| Hex | 8A | CB | 5B | 20 | 0 | 37 | 14 | 5F | 34 | 3A |
| Octal | 212 | 313 | 133 | 40 | 0 | 67 | 24 | 137 | 64 | 72 |
| Binary | 10001010 | 11001011 | 1011011 | 100000 | 0 | 110111 | 10100 | 1011111 | 110100 | 111010 |
Color Harmonies of #8ACB5B
Complementary color
Monochromatic Colors of #8ACB5B
Black with #8ACB5B
Text Example
Text Example
White with #8ACB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB5B; }
p { color: rgb(138,203,91); }
H1.HeaderClassName
{
color: #8ACB5B;
}
.AnyTagClassName
{
color: #8ACB5B;
}
</style>
background-color css
<style>
a { background-color: #8ACB5B; }
a { background-color: rgb(138,203,91); }
div.DivClassName
{
background-color: #8ACB5B;
}
.BgClassName
{
background-color: #8ACB5B;
}
</style>
border-color css
<style>
span { border-color: #8ACB5B; }
span { border-color: rgb(138,203,91); }
td.TdClassName
{
border-color: #8ACB5B;
}
.TagClassName
{
border-color: #8ACB5B;
}
</style>