Shades of Mantis #8ABC68
Tints of Mantis #8ABC68
RGB
CMYK
RGB Variations
Color information
#8ABC68 (or 0x8ABC68) is known color: Mantis. HEX triplet: 8A, BC and 68. RGB value is (138,188,104). Sum of RGB (Red+Green+Blue) = 138+188+104=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC68 is #754397. Grayscale: #A3A3A3. Windows color (decimal): -7685016 or 6864010. OLE color: 6864010.
HSL color Cylindrical-coordinate representation of color #8ABC68: hue angle of 95.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ABC68 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 104 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.26 |
| HSL | 95.71º | 0.39% | 0.57% | - |
| HSV(B) | 95.71º | 0.45% | 0.74% | - |
| XYZ | 30.96 | 42.37 | 19.64 | - |
| YUV | 163.47 | 94.44 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 104 | 0.27 | 0 | 0.45 | 0.26 | 95.71 | 0.39 | 0.57 |
| Hex | 8A | BC | 68 | 1B | 0 | 2D | 1A | 60 | 27 | 39 |
| Octal | 212 | 274 | 150 | 33 | 0 | 55 | 32 | 140 | 47 | 71 |
| Binary | 10001010 | 10111100 | 1101000 | 11011 | 0 | 101101 | 11010 | 1100000 | 100111 | 111001 |
Color Harmonies of #8ABC68
Complementary color
Monochromatic Colors of #8ABC68
Black with #8ABC68
Text Example
Text Example
White with #8ABC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC68; }
p { color: rgb(138,188,104); }
H1.HeaderClassName
{
color: #8ABC68;
}
.AnyTagClassName
{
color: #8ABC68;
}
</style>
background-color css
<style>
a { background-color: #8ABC68; }
a { background-color: rgb(138,188,104); }
div.DivClassName
{
background-color: #8ABC68;
}
.BgClassName
{
background-color: #8ABC68;
}
</style>
border-color css
<style>
span { border-color: #8ABC68; }
span { border-color: rgb(138,188,104); }
td.TdClassName
{
border-color: #8ABC68;
}
.TagClassName
{
border-color: #8ABC68;
}
</style>