Shades of Mantis #8AC552
Tints of Mantis #8AC552
RGB
CMYK
RGB Variations
Color information
#8AC552 (or 0x8AC552) is known color: Mantis. HEX triplet: 8A, C5 and 52. RGB value is (138,197,82). Sum of RGB (Red+Green+Blue) = 138+197+82=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC552 is #753AAD. Grayscale: #A6A6A6. Windows color (decimal): -7682734 or 5424522. OLE color: 5424522.
HSL color Cylindrical-coordinate representation of color #8AC552: hue angle of 90.78º 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 #8AC552 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 82 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.23 |
| HSL | 90.78º | 0.5% | 0.55% | - |
| HSV(B) | 90.78º | 0.58% | 0.77% | - |
| XYZ | 31.97 | 45.94 | 15.17 | - |
| YUV | 166.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 82 | 0.30 | 0 | 0.58 | 0.23 | 90.78 | 0.5 | 0.55 |
| Hex | 8A | C5 | 52 | 1E | 0 | 3A | 17 | 5B | 32 | 37 |
| Octal | 212 | 305 | 122 | 36 | 0 | 72 | 27 | 133 | 62 | 67 |
| Binary | 10001010 | 11000101 | 1010010 | 11110 | 0 | 111010 | 10111 | 1011011 | 110010 | 110111 |
Color Harmonies of #8AC552
Complementary color
Monochromatic Colors of #8AC552
Black with #8AC552
Text Example
Text Example
White with #8AC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC552; }
p { color: rgb(138,197,82); }
H1.HeaderClassName
{
color: #8AC552;
}
.AnyTagClassName
{
color: #8AC552;
}
</style>
background-color css
<style>
a { background-color: #8AC552; }
a { background-color: rgb(138,197,82); }
div.DivClassName
{
background-color: #8AC552;
}
.BgClassName
{
background-color: #8AC552;
}
</style>
border-color css
<style>
span { border-color: #8AC552; }
span { border-color: rgb(138,197,82); }
td.TdClassName
{
border-color: #8AC552;
}
.TagClassName
{
border-color: #8AC552;
}
</style>