Shades of Mantis #8ACA5B
Tints of Mantis #8ACA5B
RGB
CMYK
RGB Variations
Color information
#8ACA5B (or 0x8ACA5B) is known color: Mantis. HEX triplet: 8A, CA and 5B. RGB value is (138,202,91). Sum of RGB (Red+Green+Blue) = 138+202+91=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA5B is #7535A4. Grayscale: #AAAAAA. Windows color (decimal): -7681445 or 6015626. OLE color: 6015626.
HSL color Cylindrical-coordinate representation of color #8ACA5B: hue angle of 94.59º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ACA5B is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 202 | 91 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.21 |
| HSL | 94.59º | 0.51% | 0.57% | - |
| HSV(B) | 94.59º | 0.55% | 0.79% | - |
| XYZ | 33.49 | 48.4 | 17.47 | - |
| YUV | 170.21 | 83.3 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 91 | 0.32 | 0 | 0.55 | 0.21 | 94.59 | 0.51 | 0.57 |
| Hex | 8A | CA | 5B | 20 | 0 | 37 | 15 | 5F | 33 | 39 |
| Octal | 212 | 312 | 133 | 40 | 0 | 67 | 25 | 137 | 63 | 71 |
| Binary | 10001010 | 11001010 | 1011011 | 100000 | 0 | 110111 | 10101 | 1011111 | 110011 | 111001 |
Color Harmonies of #8ACA5B
Complementary color
Monochromatic Colors of #8ACA5B
Black with #8ACA5B
Text Example
Text Example
White with #8ACA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACA5B; }
p { color: rgb(138,202,91); }
H1.HeaderClassName
{
color: #8ACA5B;
}
.AnyTagClassName
{
color: #8ACA5B;
}
</style>
background-color css
<style>
a { background-color: #8ACA5B; }
a { background-color: rgb(138,202,91); }
div.DivClassName
{
background-color: #8ACA5B;
}
.BgClassName
{
background-color: #8ACA5B;
}
</style>
border-color css
<style>
span { border-color: #8ACA5B; }
span { border-color: rgb(138,202,91); }
td.TdClassName
{
border-color: #8ACA5B;
}
.TagClassName
{
border-color: #8ACA5B;
}
</style>