Shades of Mantis #8AC253
Tints of Mantis #8AC253
RGB
CMYK
RGB Variations
Color information
#8AC253 (or 0x8AC253) is known color: Mantis. HEX triplet: 8A, C2 and 53. RGB value is (138,194,83). Sum of RGB (Red+Green+Blue) = 138+194+83=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC253 is #753DAC. Grayscale: #A4A4A4. Windows color (decimal): -7683501 or 5489290. OLE color: 5489290.
HSL color Cylindrical-coordinate representation of color #8AC253: hue angle of 90.27º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AC253 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 83 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.24 |
| HSL | 90.27º | 0.48% | 0.54% | - |
| HSV(B) | 90.27º | 0.57% | 0.76% | - |
| XYZ | 31.33 | 44.61 | 15.14 | - |
| YUV | 164.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 83 | 0.29 | 0 | 0.57 | 0.24 | 90.27 | 0.48 | 0.54 |
| Hex | 8A | C2 | 53 | 1D | 0 | 39 | 18 | 5A | 30 | 36 |
| Octal | 212 | 302 | 123 | 35 | 0 | 71 | 30 | 132 | 60 | 66 |
| Binary | 10001010 | 11000010 | 1010011 | 11101 | 0 | 111001 | 11000 | 1011010 | 110000 | 110110 |
Color Harmonies of #8AC253
Complementary color
Monochromatic Colors of #8AC253
Black with #8AC253
Text Example
Text Example
White with #8AC253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC253; }
p { color: rgb(138,194,83); }
H1.HeaderClassName
{
color: #8AC253;
}
.AnyTagClassName
{
color: #8AC253;
}
</style>
background-color css
<style>
a { background-color: #8AC253; }
a { background-color: rgb(138,194,83); }
div.DivClassName
{
background-color: #8AC253;
}
.BgClassName
{
background-color: #8AC253;
}
</style>
border-color css
<style>
span { border-color: #8AC253; }
span { border-color: rgb(138,194,83); }
td.TdClassName
{
border-color: #8AC253;
}
.TagClassName
{
border-color: #8AC253;
}
</style>