Shades of Mantis #8ACB6B
Tints of Mantis #8ACB6B
RGB
CMYK
RGB Variations
Color information
#8ACB6B (or 0x8ACB6B) is known color: Mantis. HEX triplet: 8A, CB and 6B. RGB value is (138,203,107). Sum of RGB (Red+Green+Blue) = 138+203+107=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB6B is #753494. Grayscale: #ACACAC. Windows color (decimal): -7681173 or 7064458. OLE color: 7064458.
HSL color Cylindrical-coordinate representation of color #8ACB6B: hue angle of 100.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8ACB6B is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 107 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.20 |
| HSL | 100.63º | 0.48% | 0.61% | - |
| HSV(B) | 100.63º | 0.47% | 0.8% | - |
| XYZ | 34.49 | 49.18 | 21.58 | - |
| YUV | 172.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 107 | 0.32 | 0 | 0.47 | 0.20 | 100.63 | 0.48 | 0.61 |
| Hex | 8A | CB | 6B | 20 | 0 | 2F | 14 | 65 | 30 | 3D |
| Octal | 212 | 313 | 153 | 40 | 0 | 57 | 24 | 145 | 60 | 75 |
| Binary | 10001010 | 11001011 | 1101011 | 100000 | 0 | 101111 | 10100 | 1100101 | 110000 | 111101 |
Color Harmonies of #8ACB6B
Complementary color
Monochromatic Colors of #8ACB6B
Black with #8ACB6B
Text Example
Text Example
White with #8ACB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB6B; }
p { color: rgb(138,203,107); }
H1.HeaderClassName
{
color: #8ACB6B;
}
.AnyTagClassName
{
color: #8ACB6B;
}
</style>
background-color css
<style>
a { background-color: #8ACB6B; }
a { background-color: rgb(138,203,107); }
div.DivClassName
{
background-color: #8ACB6B;
}
.BgClassName
{
background-color: #8ACB6B;
}
</style>
border-color css
<style>
span { border-color: #8ACB6B; }
span { border-color: rgb(138,203,107); }
td.TdClassName
{
border-color: #8ACB6B;
}
.TagClassName
{
border-color: #8ACB6B;
}
</style>