Shades of Mantis #8ACD52
Tints of Mantis #8ACD52
RGB
CMYK
RGB Variations
Color information
#8ACD52 (or 0x8ACD52) is known color: Mantis. HEX triplet: 8A, CD and 52. RGB value is (138,205,82). Sum of RGB (Red+Green+Blue) = 138+205+82=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD52 is #7532AD. Grayscale: #ABABAB. Windows color (decimal): -7680686 or 5426570. OLE color: 5426570.
HSL color Cylindrical-coordinate representation of color #8ACD52: hue angle of 92.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ACD52 is Cyan = 0.33, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 82 | - |
| CMYK | 0.33 | 0 | 0.6 | 0.20 |
| HSL | 92.68º | 0.55% | 0.56% | - |
| HSV(B) | 92.68º | 0.6% | 0.8% | - |
| XYZ | 33.84 | 49.68 | 15.79 | - |
| YUV | 170.95 | 77.8 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 82 | 0.33 | 0 | 0.6 | 0.20 | 92.68 | 0.55 | 0.56 |
| Hex | 8A | CD | 52 | 21 | 0 | 3C | 14 | 5D | 37 | 38 |
| Octal | 212 | 315 | 122 | 41 | 0 | 74 | 24 | 135 | 67 | 70 |
| Binary | 10001010 | 11001101 | 1010010 | 100001 | 0 | 111100 | 10100 | 1011101 | 110111 | 111000 |
Color Harmonies of #8ACD52
Complementary color
Monochromatic Colors of #8ACD52
Black with #8ACD52
Text Example
Text Example
White with #8ACD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD52; }
p { color: rgb(138,205,82); }
H1.HeaderClassName
{
color: #8ACD52;
}
.AnyTagClassName
{
color: #8ACD52;
}
</style>
background-color css
<style>
a { background-color: #8ACD52; }
a { background-color: rgb(138,205,82); }
div.DivClassName
{
background-color: #8ACD52;
}
.BgClassName
{
background-color: #8ACD52;
}
</style>
border-color css
<style>
span { border-color: #8ACD52; }
span { border-color: rgb(138,205,82); }
td.TdClassName
{
border-color: #8ACD52;
}
.TagClassName
{
border-color: #8ACD52;
}
</style>