Shades of Mantis #8AC550
Tints of Mantis #8AC550
RGB
CMYK
RGB Variations
Color information
#8AC550 (or 0x8AC550) is known color: Mantis. HEX triplet: 8A, C5 and 50. RGB value is (138,197,80). Sum of RGB (Red+Green+Blue) = 138+197+80=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC550 is #753AAF. Grayscale: #A6A6A6. Windows color (decimal): -7682736 or 5293450. OLE color: 5293450.
HSL color Cylindrical-coordinate representation of color #8AC550: hue angle of 90.26º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AC550 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 80 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.23 |
| HSL | 90.26º | 0.5% | 0.54% | - |
| HSV(B) | 90.26º | 0.59% | 0.77% | - |
| XYZ | 31.9 | 45.91 | 14.77 | - |
| YUV | 166.02 | 79.45 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 80 | 0.30 | 0 | 0.59 | 0.23 | 90.26 | 0.5 | 0.54 |
| Hex | 8A | C5 | 50 | 1E | 0 | 3B | 17 | 5A | 32 | 36 |
| Octal | 212 | 305 | 120 | 36 | 0 | 73 | 27 | 132 | 62 | 66 |
| Binary | 10001010 | 11000101 | 1010000 | 11110 | 0 | 111011 | 10111 | 1011010 | 110010 | 110110 |
Color Harmonies of #8AC550
Complementary color
Monochromatic Colors of #8AC550
Black with #8AC550
Text Example
Text Example
White with #8AC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC550; }
p { color: rgb(138,197,80); }
H1.HeaderClassName
{
color: #8AC550;
}
.AnyTagClassName
{
color: #8AC550;
}
</style>
background-color css
<style>
a { background-color: #8AC550; }
a { background-color: rgb(138,197,80); }
div.DivClassName
{
background-color: #8AC550;
}
.BgClassName
{
background-color: #8AC550;
}
</style>
border-color css
<style>
span { border-color: #8AC550; }
span { border-color: rgb(138,197,80); }
td.TdClassName
{
border-color: #8AC550;
}
.TagClassName
{
border-color: #8AC550;
}
</style>