Shades of Mantis #8ACB5A
Tints of Mantis #8ACB5A
RGB
CMYK
RGB Variations
Color information
#8ACB5A (or 0x8ACB5A) is known color: Mantis. HEX triplet: 8A, CB and 5A. RGB value is (138,203,90). Sum of RGB (Red+Green+Blue) = 138+203+90=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB5A is #7534A5. Grayscale: #ABABAB. Windows color (decimal): -7681190 or 5950346. OLE color: 5950346.
HSL color Cylindrical-coordinate representation of color #8ACB5A: hue angle of 94.51º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ACB5A is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 90 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.20 |
| HSL | 94.51º | 0.52% | 0.57% | - |
| HSV(B) | 94.51º | 0.56% | 0.8% | - |
| XYZ | 33.68 | 48.85 | 17.33 | - |
| YUV | 170.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 90 | 0.32 | 0 | 0.56 | 0.20 | 94.51 | 0.52 | 0.57 |
| Hex | 8A | CB | 5A | 20 | 0 | 38 | 14 | 5F | 34 | 39 |
| Octal | 212 | 313 | 132 | 40 | 0 | 70 | 24 | 137 | 64 | 71 |
| Binary | 10001010 | 11001011 | 1011010 | 100000 | 0 | 111000 | 10100 | 1011111 | 110100 | 111001 |
Color Harmonies of #8ACB5A
Complementary color
Monochromatic Colors of #8ACB5A
Black with #8ACB5A
Text Example
Text Example
White with #8ACB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB5A; }
p { color: rgb(138,203,90); }
H1.HeaderClassName
{
color: #8ACB5A;
}
.AnyTagClassName
{
color: #8ACB5A;
}
</style>
background-color css
<style>
a { background-color: #8ACB5A; }
a { background-color: rgb(138,203,90); }
div.DivClassName
{
background-color: #8ACB5A;
}
.BgClassName
{
background-color: #8ACB5A;
}
</style>
border-color css
<style>
span { border-color: #8ACB5A; }
span { border-color: rgb(138,203,90); }
td.TdClassName
{
border-color: #8ACB5A;
}
.TagClassName
{
border-color: #8ACB5A;
}
</style>