Shades of Mantis #8AC155
Tints of Mantis #8AC155
RGB
CMYK
RGB Variations
Color information
#8AC155 (or 0x8AC155) is known color: Mantis. HEX triplet: 8A, C1 and 55. RGB value is (138,193,85). Sum of RGB (Red+Green+Blue) = 138+193+85=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC155 is #753EAA. Grayscale: #A4A4A4. Windows color (decimal): -7683755 or 5620106. OLE color: 5620106.
HSL color Cylindrical-coordinate representation of color #8AC155: hue angle of 90.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AC155 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 85 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.24 |
| HSL | 90.56º | 0.47% | 0.55% | - |
| HSV(B) | 90.56º | 0.56% | 0.76% | - |
| XYZ | 31.19 | 44.2 | 15.48 | - |
| YUV | 164.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 85 | 0.28 | 0 | 0.56 | 0.24 | 90.56 | 0.47 | 0.55 |
| Hex | 8A | C1 | 55 | 1C | 0 | 38 | 18 | 5B | 2F | 37 |
| Octal | 212 | 301 | 125 | 34 | 0 | 70 | 30 | 133 | 57 | 67 |
| Binary | 10001010 | 11000001 | 1010101 | 11100 | 0 | 111000 | 11000 | 1011011 | 101111 | 110111 |
Color Harmonies of #8AC155
Complementary color
Monochromatic Colors of #8AC155
Black with #8AC155
Text Example
Text Example
White with #8AC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC155; }
p { color: rgb(138,193,85); }
H1.HeaderClassName
{
color: #8AC155;
}
.AnyTagClassName
{
color: #8AC155;
}
</style>
background-color css
<style>
a { background-color: #8AC155; }
a { background-color: rgb(138,193,85); }
div.DivClassName
{
background-color: #8AC155;
}
.BgClassName
{
background-color: #8AC155;
}
</style>
border-color css
<style>
span { border-color: #8AC155; }
span { border-color: rgb(138,193,85); }
td.TdClassName
{
border-color: #8AC155;
}
.TagClassName
{
border-color: #8AC155;
}
</style>