Shades of Mantis #8ABC72
Tints of Mantis #8ABC72
RGB
CMYK
RGB Variations
Color information
#8ABC72 (or 0x8ABC72) is known color: Mantis. HEX triplet: 8A, BC and 72. RGB value is (138,188,114). Sum of RGB (Red+Green+Blue) = 138+188+114=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC72 is #75438D. Grayscale: #A4A4A4. Windows color (decimal): -7685006 or 7519370. OLE color: 7519370.
HSL color Cylindrical-coordinate representation of color #8ABC72: hue angle of 100.54º degrees, saturation: 0.36, 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 #8ABC72 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 114 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.26 |
| HSL | 100.54º | 0.36% | 0.59% | - |
| HSV(B) | 100.54º | 0.39% | 0.74% | - |
| XYZ | 31.5 | 42.58 | 22.48 | - |
| YUV | 164.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 114 | 0.27 | 0 | 0.39 | 0.26 | 100.54 | 0.36 | 0.59 |
| Hex | 8A | BC | 72 | 1B | 0 | 27 | 1A | 65 | 24 | 3B |
| Octal | 212 | 274 | 162 | 33 | 0 | 47 | 32 | 145 | 44 | 73 |
| Binary | 10001010 | 10111100 | 1110010 | 11011 | 0 | 100111 | 11010 | 1100101 | 100100 | 111011 |
Color Harmonies of #8ABC72
Complementary color
Monochromatic Colors of #8ABC72
Black with #8ABC72
Text Example
Text Example
White with #8ABC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC72; }
p { color: rgb(138,188,114); }
H1.HeaderClassName
{
color: #8ABC72;
}
.AnyTagClassName
{
color: #8ABC72;
}
</style>
background-color css
<style>
a { background-color: #8ABC72; }
a { background-color: rgb(138,188,114); }
div.DivClassName
{
background-color: #8ABC72;
}
.BgClassName
{
background-color: #8ABC72;
}
</style>
border-color css
<style>
span { border-color: #8ABC72; }
span { border-color: rgb(138,188,114); }
td.TdClassName
{
border-color: #8ABC72;
}
.TagClassName
{
border-color: #8ABC72;
}
</style>