Shades of Mantis #8ACB4B
Tints of Mantis #8ACB4B
RGB
CMYK
RGB Variations
Color information
#8ACB4B (or 0x8ACB4B) is known color: Mantis. HEX triplet: 8A, CB and 4B. RGB value is (138,203,75). Sum of RGB (Red+Green+Blue) = 138+203+75=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB4B is #7534B4. Grayscale: #A9A9A9. Windows color (decimal): -7681205 or 4967306. OLE color: 4967306.
HSL color Cylindrical-coordinate representation of color #8ACB4B: hue angle of 90.47º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8ACB4B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 75 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.20 |
| HSL | 90.47º | 0.55% | 0.55% | - |
| HSV(B) | 90.47º | 0.63% | 0.8% | - |
| XYZ | 33.11 | 48.62 | 14.3 | - |
| YUV | 168.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 75 | 0.32 | 0 | 0.63 | 0.20 | 90.47 | 0.55 | 0.55 |
| Hex | 8A | CB | 4B | 20 | 0 | 3F | 14 | 5A | 37 | 37 |
| Octal | 212 | 313 | 113 | 40 | 0 | 77 | 24 | 132 | 67 | 67 |
| Binary | 10001010 | 11001011 | 1001011 | 100000 | 0 | 111111 | 10100 | 1011010 | 110111 | 110111 |
Color Harmonies of #8ACB4B
Complementary color
Monochromatic Colors of #8ACB4B
Black with #8ACB4B
Text Example
Text Example
White with #8ACB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB4B; }
p { color: rgb(138,203,75); }
H1.HeaderClassName
{
color: #8ACB4B;
}
.AnyTagClassName
{
color: #8ACB4B;
}
</style>
background-color css
<style>
a { background-color: #8ACB4B; }
a { background-color: rgb(138,203,75); }
div.DivClassName
{
background-color: #8ACB4B;
}
.BgClassName
{
background-color: #8ACB4B;
}
</style>
border-color css
<style>
span { border-color: #8ACB4B; }
span { border-color: rgb(138,203,75); }
td.TdClassName
{
border-color: #8ACB4B;
}
.TagClassName
{
border-color: #8ACB4B;
}
</style>