Shades of Mantis #8ABC6C
Tints of Mantis #8ABC6C
RGB
CMYK
RGB Variations
Color information
#8ABC6C (or 0x8ABC6C) is known color: Mantis. HEX triplet: 8A, BC and 6C. RGB value is (138,188,108). Sum of RGB (Red+Green+Blue) = 138+188+108=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC6C is #754393. Grayscale: #A4A4A4. Windows color (decimal): -7685012 or 7126154. OLE color: 7126154.
HSL color Cylindrical-coordinate representation of color #8ABC6C: hue angle of 97.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ABC6C is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 108 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.26 |
| HSL | 97.5º | 0.37% | 0.58% | - |
| HSV(B) | 97.5º | 0.43% | 0.74% | - |
| XYZ | 31.17 | 42.45 | 20.74 | - |
| YUV | 163.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 108 | 0.27 | 0 | 0.43 | 0.26 | 97.5 | 0.37 | 0.58 |
| Hex | 8A | BC | 6C | 1B | 0 | 2B | 1A | 62 | 25 | 3A |
| Octal | 212 | 274 | 154 | 33 | 0 | 53 | 32 | 142 | 45 | 72 |
| Binary | 10001010 | 10111100 | 1101100 | 11011 | 0 | 101011 | 11010 | 1100010 | 100101 | 111010 |
Color Harmonies of #8ABC6C
Complementary color
Monochromatic Colors of #8ABC6C
Black with #8ABC6C
Text Example
Text Example
White with #8ABC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC6C; }
p { color: rgb(138,188,108); }
H1.HeaderClassName
{
color: #8ABC6C;
}
.AnyTagClassName
{
color: #8ABC6C;
}
</style>
background-color css
<style>
a { background-color: #8ABC6C; }
a { background-color: rgb(138,188,108); }
div.DivClassName
{
background-color: #8ABC6C;
}
.BgClassName
{
background-color: #8ABC6C;
}
</style>
border-color css
<style>
span { border-color: #8ABC6C; }
span { border-color: rgb(138,188,108); }
td.TdClassName
{
border-color: #8ABC6C;
}
.TagClassName
{
border-color: #8ABC6C;
}
</style>