Shades of Mantis #8ACD5C
Tints of Mantis #8ACD5C
RGB
CMYK
RGB Variations
Color information
#8ACD5C (or 0x8ACD5C) is known color: Mantis. HEX triplet: 8A, CD and 5C. RGB value is (138,205,92). Sum of RGB (Red+Green+Blue) = 138+205+92=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD5C is #7532A3. Grayscale: #ACACAC. Windows color (decimal): -7680676 or 6081930. OLE color: 6081930.
HSL color Cylindrical-coordinate representation of color #8ACD5C: hue angle of 95.58º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ACD5C is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 92 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.20 |
| HSL | 95.58º | 0.53% | 0.58% | - |
| HSV(B) | 95.58º | 0.55% | 0.8% | - |
| XYZ | 34.24 | 49.84 | 17.94 | - |
| YUV | 172.09 | 82.8 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 92 | 0.33 | 0 | 0.55 | 0.20 | 95.58 | 0.53 | 0.58 |
| Hex | 8A | CD | 5C | 21 | 0 | 37 | 14 | 60 | 35 | 3A |
| Octal | 212 | 315 | 134 | 41 | 0 | 67 | 24 | 140 | 65 | 72 |
| Binary | 10001010 | 11001101 | 1011100 | 100001 | 0 | 110111 | 10100 | 1100000 | 110101 | 111010 |
Color Harmonies of #8ACD5C
Complementary color
Monochromatic Colors of #8ACD5C
Black with #8ACD5C
Text Example
Text Example
White with #8ACD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD5C; }
p { color: rgb(138,205,92); }
H1.HeaderClassName
{
color: #8ACD5C;
}
.AnyTagClassName
{
color: #8ACD5C;
}
</style>
background-color css
<style>
a { background-color: #8ACD5C; }
a { background-color: rgb(138,205,92); }
div.DivClassName
{
background-color: #8ACD5C;
}
.BgClassName
{
background-color: #8ACD5C;
}
</style>
border-color css
<style>
span { border-color: #8ACD5C; }
span { border-color: rgb(138,205,92); }
td.TdClassName
{
border-color: #8ACD5C;
}
.TagClassName
{
border-color: #8ACD5C;
}
</style>