Shades of Mantis #8ABC73
Tints of Mantis #8ABC73
RGB
CMYK
RGB Variations
Color information
#8ABC73 (or 0x8ABC73) is known color: Mantis. HEX triplet: 8A, BC and 73. RGB value is (138,188,115). Sum of RGB (Red+Green+Blue) = 138+188+115=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC73 is #75438C. Grayscale: #A4A4A4. Windows color (decimal): -7685005 or 7584906. OLE color: 7584906.
HSL color Cylindrical-coordinate representation of color #8ABC73: hue angle of 101.1º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ABC73 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 115 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.26 |
| HSL | 101.1º | 0.35% | 0.59% | - |
| HSV(B) | 101.1º | 0.39% | 0.74% | - |
| XYZ | 31.56 | 42.61 | 22.78 | - |
| YUV | 164.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 115 | 0.27 | 0 | 0.39 | 0.26 | 101.1 | 0.35 | 0.59 |
| Hex | 8A | BC | 73 | 1B | 0 | 27 | 1A | 65 | 23 | 3B |
| Octal | 212 | 274 | 163 | 33 | 0 | 47 | 32 | 145 | 43 | 73 |
| Binary | 10001010 | 10111100 | 1110011 | 11011 | 0 | 100111 | 11010 | 1100101 | 100011 | 111011 |
Color Harmonies of #8ABC73
Complementary color
Monochromatic Colors of #8ABC73
Black with #8ABC73
Text Example
Text Example
White with #8ABC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC73; }
p { color: rgb(138,188,115); }
H1.HeaderClassName
{
color: #8ABC73;
}
.AnyTagClassName
{
color: #8ABC73;
}
</style>
background-color css
<style>
a { background-color: #8ABC73; }
a { background-color: rgb(138,188,115); }
div.DivClassName
{
background-color: #8ABC73;
}
.BgClassName
{
background-color: #8ABC73;
}
</style>
border-color css
<style>
span { border-color: #8ABC73; }
span { border-color: rgb(138,188,115); }
td.TdClassName
{
border-color: #8ABC73;
}
.TagClassName
{
border-color: #8ABC73;
}
</style>