Shades of Mantis #8ACB68
Tints of Mantis #8ACB68
RGB
CMYK
RGB Variations
Color information
#8ACB68 (or 0x8ACB68) is known color: Mantis. HEX triplet: 8A, CB and 68. RGB value is (138,203,104). Sum of RGB (Red+Green+Blue) = 138+203+104=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB68 is #753497. Grayscale: #ACACAC. Windows color (decimal): -7681176 or 6867850. OLE color: 6867850.
HSL color Cylindrical-coordinate representation of color #8ACB68: hue angle of 99.39º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8ACB68 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 104 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.20 |
| HSL | 99.39º | 0.49% | 0.6% | - |
| HSV(B) | 99.39º | 0.49% | 0.8% | - |
| XYZ | 34.34 | 49.11 | 20.77 | - |
| YUV | 172.28 | 89.47 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 104 | 0.32 | 0 | 0.49 | 0.20 | 99.39 | 0.49 | 0.6 |
| Hex | 8A | CB | 68 | 20 | 0 | 31 | 14 | 63 | 31 | 3C |
| Octal | 212 | 313 | 150 | 40 | 0 | 61 | 24 | 143 | 61 | 74 |
| Binary | 10001010 | 11001011 | 1101000 | 100000 | 0 | 110001 | 10100 | 1100011 | 110001 | 111100 |
Color Harmonies of #8ACB68
Complementary color
Monochromatic Colors of #8ACB68
Black with #8ACB68
Text Example
Text Example
White with #8ACB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB68; }
p { color: rgb(138,203,104); }
H1.HeaderClassName
{
color: #8ACB68;
}
.AnyTagClassName
{
color: #8ACB68;
}
</style>
background-color css
<style>
a { background-color: #8ACB68; }
a { background-color: rgb(138,203,104); }
div.DivClassName
{
background-color: #8ACB68;
}
.BgClassName
{
background-color: #8ACB68;
}
</style>
border-color css
<style>
span { border-color: #8ACB68; }
span { border-color: rgb(138,203,104); }
td.TdClassName
{
border-color: #8ACB68;
}
.TagClassName
{
border-color: #8ACB68;
}
</style>