Shades of Mantis #8ACB4D
Tints of Mantis #8ACB4D
RGB
CMYK
RGB Variations
Color information
#8ACB4D (or 0x8ACB4D) is known color: Mantis. HEX triplet: 8A, CB and 4D. RGB value is (138,203,77). Sum of RGB (Red+Green+Blue) = 138+203+77=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB4D is #7534B2. Grayscale: #A9A9A9. Windows color (decimal): -7681203 or 5098378. OLE color: 5098378.
HSL color Cylindrical-coordinate representation of color #8ACB4D: hue angle of 90.95º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8ACB4D is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 77 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.20 |
| HSL | 90.95º | 0.55% | 0.55% | - |
| HSV(B) | 90.95º | 0.62% | 0.8% | - |
| XYZ | 33.18 | 48.65 | 14.66 | - |
| YUV | 169.2 | 75.97 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 77 | 0.32 | 0 | 0.62 | 0.20 | 90.95 | 0.55 | 0.55 |
| Hex | 8A | CB | 4D | 20 | 0 | 3E | 14 | 5B | 37 | 37 |
| Octal | 212 | 313 | 115 | 40 | 0 | 76 | 24 | 133 | 67 | 67 |
| Binary | 10001010 | 11001011 | 1001101 | 100000 | 0 | 111110 | 10100 | 1011011 | 110111 | 110111 |
Color Harmonies of #8ACB4D
Complementary color
Monochromatic Colors of #8ACB4D
Black with #8ACB4D
Text Example
Text Example
White with #8ACB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB4D; }
p { color: rgb(138,203,77); }
H1.HeaderClassName
{
color: #8ACB4D;
}
.AnyTagClassName
{
color: #8ACB4D;
}
</style>
background-color css
<style>
a { background-color: #8ACB4D; }
a { background-color: rgb(138,203,77); }
div.DivClassName
{
background-color: #8ACB4D;
}
.BgClassName
{
background-color: #8ACB4D;
}
</style>
border-color css
<style>
span { border-color: #8ACB4D; }
span { border-color: rgb(138,203,77); }
td.TdClassName
{
border-color: #8ACB4D;
}
.TagClassName
{
border-color: #8ACB4D;
}
</style>