Shades of Mantis #8AC953
Tints of Mantis #8AC953
RGB
CMYK
RGB Variations
Color information
#8AC953 (or 0x8AC953) is known color: Mantis. HEX triplet: 8A, C9 and 53. RGB value is (138,201,83). Sum of RGB (Red+Green+Blue) = 138+201+83=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC953 is #7536AC. Grayscale: #A9A9A9. Windows color (decimal): -7681709 or 5491082. OLE color: 5491082.
HSL color Cylindrical-coordinate representation of color #8AC953: hue angle of 92.03º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AC953 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 201 | 83 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.21 |
| HSL | 92.03º | 0.52% | 0.56% | - |
| HSV(B) | 92.03º | 0.59% | 0.79% | - |
| XYZ | 32.93 | 47.8 | 15.67 | - |
| YUV | 168.71 | 79.63 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 201 | 83 | 0.31 | 0 | 0.59 | 0.21 | 92.03 | 0.52 | 0.56 |
| Hex | 8A | C9 | 53 | 1F | 0 | 3B | 15 | 5C | 34 | 38 |
| Octal | 212 | 311 | 123 | 37 | 0 | 73 | 25 | 134 | 64 | 70 |
| Binary | 10001010 | 11001001 | 1010011 | 11111 | 0 | 111011 | 10101 | 1011100 | 110100 | 111000 |
Color Harmonies of #8AC953
Complementary color
Monochromatic Colors of #8AC953
Black with #8AC953
Text Example
Text Example
White with #8AC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC953; }
p { color: rgb(138,201,83); }
H1.HeaderClassName
{
color: #8AC953;
}
.AnyTagClassName
{
color: #8AC953;
}
</style>
background-color css
<style>
a { background-color: #8AC953; }
a { background-color: rgb(138,201,83); }
div.DivClassName
{
background-color: #8AC953;
}
.BgClassName
{
background-color: #8AC953;
}
</style>
border-color css
<style>
span { border-color: #8AC953; }
span { border-color: rgb(138,201,83); }
td.TdClassName
{
border-color: #8AC953;
}
.TagClassName
{
border-color: #8AC953;
}
</style>