Shades of Mantis #8ACB4F
Tints of Mantis #8ACB4F
RGB
CMYK
RGB Variations
Color information
#8ACB4F (or 0x8ACB4F) is known color: Mantis. HEX triplet: 8A, CB and 4F. RGB value is (138,203,79). Sum of RGB (Red+Green+Blue) = 138+203+79=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB4F is #7534B0. Grayscale: #A9A9A9. Windows color (decimal): -7681201 or 5229450. OLE color: 5229450.
HSL color Cylindrical-coordinate representation of color #8ACB4F: hue angle of 91.45º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ACB4F is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 79 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.20 |
| HSL | 91.45º | 0.54% | 0.55% | - |
| HSV(B) | 91.45º | 0.61% | 0.8% | - |
| XYZ | 33.25 | 48.68 | 15.04 | - |
| YUV | 169.43 | 76.97 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 79 | 0.32 | 0 | 0.61 | 0.20 | 91.45 | 0.54 | 0.55 |
| Hex | 8A | CB | 4F | 20 | 0 | 3D | 14 | 5B | 36 | 37 |
| Octal | 212 | 313 | 117 | 40 | 0 | 75 | 24 | 133 | 66 | 67 |
| Binary | 10001010 | 11001011 | 1001111 | 100000 | 0 | 111101 | 10100 | 1011011 | 110110 | 110111 |
Color Harmonies of #8ACB4F
Complementary color
Monochromatic Colors of #8ACB4F
Black with #8ACB4F
Text Example
Text Example
White with #8ACB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB4F; }
p { color: rgb(138,203,79); }
H1.HeaderClassName
{
color: #8ACB4F;
}
.AnyTagClassName
{
color: #8ACB4F;
}
</style>
background-color css
<style>
a { background-color: #8ACB4F; }
a { background-color: rgb(138,203,79); }
div.DivClassName
{
background-color: #8ACB4F;
}
.BgClassName
{
background-color: #8ACB4F;
}
</style>
border-color css
<style>
span { border-color: #8ACB4F; }
span { border-color: rgb(138,203,79); }
td.TdClassName
{
border-color: #8ACB4F;
}
.TagClassName
{
border-color: #8ACB4F;
}
</style>