Shades of Mantis #8ACA5C
Tints of Mantis #8ACA5C
RGB
CMYK
RGB Variations
Color information
#8ACA5C (or 0x8ACA5C) is known color: Mantis. HEX triplet: 8A, CA and 5C. RGB value is (138,202,92). Sum of RGB (Red+Green+Blue) = 138+202+92=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA5C is #7535A3. Grayscale: #AAAAAA. Windows color (decimal): -7681444 or 6081162. OLE color: 6081162.
HSL color Cylindrical-coordinate representation of color #8ACA5C: hue angle of 94.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8ACA5C is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 202 | 92 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.21 |
| HSL | 94.91º | 0.51% | 0.58% | - |
| HSV(B) | 94.91º | 0.54% | 0.79% | - |
| XYZ | 33.53 | 48.42 | 17.7 | - |
| YUV | 170.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 92 | 0.32 | 0 | 0.54 | 0.21 | 94.91 | 0.51 | 0.58 |
| Hex | 8A | CA | 5C | 20 | 0 | 36 | 15 | 5F | 33 | 3A |
| Octal | 212 | 312 | 134 | 40 | 0 | 66 | 25 | 137 | 63 | 72 |
| Binary | 10001010 | 11001010 | 1011100 | 100000 | 0 | 110110 | 10101 | 1011111 | 110011 | 111010 |
Color Harmonies of #8ACA5C
Complementary color
Monochromatic Colors of #8ACA5C
Black with #8ACA5C
Text Example
Text Example
White with #8ACA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACA5C; }
p { color: rgb(138,202,92); }
H1.HeaderClassName
{
color: #8ACA5C;
}
.AnyTagClassName
{
color: #8ACA5C;
}
</style>
background-color css
<style>
a { background-color: #8ACA5C; }
a { background-color: rgb(138,202,92); }
div.DivClassName
{
background-color: #8ACA5C;
}
.BgClassName
{
background-color: #8ACA5C;
}
</style>
border-color css
<style>
span { border-color: #8ACA5C; }
span { border-color: rgb(138,202,92); }
td.TdClassName
{
border-color: #8ACA5C;
}
.TagClassName
{
border-color: #8ACA5C;
}
</style>