Shades of Mantis #8AC553
Tints of Mantis #8AC553
RGB
CMYK
RGB Variations
Color information
#8AC553 (or 0x8AC553) is known color: Mantis. HEX triplet: 8A, C5 and 53. RGB value is (138,197,83). Sum of RGB (Red+Green+Blue) = 138+197+83=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC553 is #753AAC. Grayscale: #A6A6A6. Windows color (decimal): -7682733 or 5490058. OLE color: 5490058.
HSL color Cylindrical-coordinate representation of color #8AC553: hue angle of 91.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AC553 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 83 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.23 |
| HSL | 91.05º | 0.5% | 0.55% | - |
| HSV(B) | 91.05º | 0.58% | 0.77% | - |
| XYZ | 32.01 | 45.96 | 15.37 | - |
| YUV | 166.36 | 80.95 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 83 | 0.30 | 0 | 0.58 | 0.23 | 91.05 | 0.5 | 0.55 |
| Hex | 8A | C5 | 53 | 1E | 0 | 3A | 17 | 5B | 32 | 37 |
| Octal | 212 | 305 | 123 | 36 | 0 | 72 | 27 | 133 | 62 | 67 |
| Binary | 10001010 | 11000101 | 1010011 | 11110 | 0 | 111010 | 10111 | 1011011 | 110010 | 110111 |
Color Harmonies of #8AC553
Complementary color
Monochromatic Colors of #8AC553
Black with #8AC553
Text Example
Text Example
White with #8AC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC553; }
p { color: rgb(138,197,83); }
H1.HeaderClassName
{
color: #8AC553;
}
.AnyTagClassName
{
color: #8AC553;
}
</style>
background-color css
<style>
a { background-color: #8AC553; }
a { background-color: rgb(138,197,83); }
div.DivClassName
{
background-color: #8AC553;
}
.BgClassName
{
background-color: #8AC553;
}
</style>
border-color css
<style>
span { border-color: #8AC553; }
span { border-color: rgb(138,197,83); }
td.TdClassName
{
border-color: #8AC553;
}
.TagClassName
{
border-color: #8AC553;
}
</style>