Shades of Mantis #8AC050
Tints of Mantis #8AC050
RGB
CMYK
RGB Variations
Color information
#8AC050 (or 0x8AC050) is known color: Mantis. HEX triplet: 8A, C0 and 50. RGB value is (138,192,80). Sum of RGB (Red+Green+Blue) = 138+192+80=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC050 is #753FAF. Grayscale: #A3A3A3. Windows color (decimal): -7684016 or 5292170. OLE color: 5292170.
HSL color Cylindrical-coordinate representation of color #8AC050: hue angle of 88.93º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AC050 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 80 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.25 |
| HSL | 88.93º | 0.47% | 0.53% | - |
| HSV(B) | 88.93º | 0.58% | 0.75% | - |
| XYZ | 30.78 | 43.68 | 14.4 | - |
| YUV | 163.09 | 81.11 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 80 | 0.28 | 0 | 0.58 | 0.25 | 88.93 | 0.47 | 0.53 |
| Hex | 8A | C0 | 50 | 1C | 0 | 3A | 19 | 59 | 2F | 35 |
| Octal | 212 | 300 | 120 | 34 | 0 | 72 | 31 | 131 | 57 | 65 |
| Binary | 10001010 | 11000000 | 1010000 | 11100 | 0 | 111010 | 11001 | 1011001 | 101111 | 110101 |
Color Harmonies of #8AC050
Complementary color
Monochromatic Colors of #8AC050
Black with #8AC050
Text Example
Text Example
White with #8AC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC050; }
p { color: rgb(138,192,80); }
H1.HeaderClassName
{
color: #8AC050;
}
.AnyTagClassName
{
color: #8AC050;
}
</style>
background-color css
<style>
a { background-color: #8AC050; }
a { background-color: rgb(138,192,80); }
div.DivClassName
{
background-color: #8AC050;
}
.BgClassName
{
background-color: #8AC050;
}
</style>
border-color css
<style>
span { border-color: #8AC050; }
span { border-color: rgb(138,192,80); }
td.TdClassName
{
border-color: #8AC050;
}
.TagClassName
{
border-color: #8AC050;
}
</style>