Shades of Mantis #8ABC6D
Tints of Mantis #8ABC6D
RGB
CMYK
RGB Variations
Color information
#8ABC6D (or 0x8ABC6D) is known color: Mantis. HEX triplet: 8A, BC and 6D. RGB value is (138,188,109). Sum of RGB (Red+Green+Blue) = 138+188+109=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC6D is #754392. Grayscale: #A4A4A4. Windows color (decimal): -7685011 or 7191690. OLE color: 7191690.
HSL color Cylindrical-coordinate representation of color #8ABC6D: hue angle of 97.97º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ABC6D is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 109 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.26 |
| HSL | 97.97º | 0.37% | 0.58% | - |
| HSV(B) | 97.97º | 0.42% | 0.74% | - |
| XYZ | 31.22 | 42.47 | 21.02 | - |
| YUV | 164.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 109 | 0.27 | 0 | 0.42 | 0.26 | 97.97 | 0.37 | 0.58 |
| Hex | 8A | BC | 6D | 1B | 0 | 2A | 1A | 62 | 25 | 3A |
| Octal | 212 | 274 | 155 | 33 | 0 | 52 | 32 | 142 | 45 | 72 |
| Binary | 10001010 | 10111100 | 1101101 | 11011 | 0 | 101010 | 11010 | 1100010 | 100101 | 111010 |
Color Harmonies of #8ABC6D
Complementary color
Monochromatic Colors of #8ABC6D
Black with #8ABC6D
Text Example
Text Example
White with #8ABC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC6D; }
p { color: rgb(138,188,109); }
H1.HeaderClassName
{
color: #8ABC6D;
}
.AnyTagClassName
{
color: #8ABC6D;
}
</style>
background-color css
<style>
a { background-color: #8ABC6D; }
a { background-color: rgb(138,188,109); }
div.DivClassName
{
background-color: #8ABC6D;
}
.BgClassName
{
background-color: #8ABC6D;
}
</style>
border-color css
<style>
span { border-color: #8ABC6D; }
span { border-color: rgb(138,188,109); }
td.TdClassName
{
border-color: #8ABC6D;
}
.TagClassName
{
border-color: #8ABC6D;
}
</style>