Shades of Mantis #8ACD4C
Tints of Mantis #8ACD4C
RGB
CMYK
RGB Variations
Color information
#8ACD4C (or 0x8ACD4C) is known color: Mantis. HEX triplet: 8A, CD and 4C. RGB value is (138,205,76). Sum of RGB (Red+Green+Blue) = 138+205+76=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD4C is #7532B3. Grayscale: #AAAAAA. Windows color (decimal): -7680692 or 5033354. OLE color: 5033354.
HSL color Cylindrical-coordinate representation of color #8ACD4C: hue angle of 91.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8ACD4C is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 76 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.20 |
| HSL | 91.16º | 0.56% | 0.55% | - |
| HSV(B) | 91.16º | 0.63% | 0.8% | - |
| XYZ | 33.62 | 49.59 | 14.64 | - |
| YUV | 170.26 | 74.8 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 76 | 0.33 | 0 | 0.63 | 0.20 | 91.16 | 0.56 | 0.55 |
| Hex | 8A | CD | 4C | 21 | 0 | 3F | 14 | 5B | 38 | 37 |
| Octal | 212 | 315 | 114 | 41 | 0 | 77 | 24 | 133 | 70 | 67 |
| Binary | 10001010 | 11001101 | 1001100 | 100001 | 0 | 111111 | 10100 | 1011011 | 111000 | 110111 |
Color Harmonies of #8ACD4C
Complementary color
Monochromatic Colors of #8ACD4C
Black with #8ACD4C
Text Example
Text Example
White with #8ACD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD4C; }
p { color: rgb(138,205,76); }
H1.HeaderClassName
{
color: #8ACD4C;
}
.AnyTagClassName
{
color: #8ACD4C;
}
</style>
background-color css
<style>
a { background-color: #8ACD4C; }
a { background-color: rgb(138,205,76); }
div.DivClassName
{
background-color: #8ACD4C;
}
.BgClassName
{
background-color: #8ACD4C;
}
</style>
border-color css
<style>
span { border-color: #8ACD4C; }
span { border-color: rgb(138,205,76); }
td.TdClassName
{
border-color: #8ACD4C;
}
.TagClassName
{
border-color: #8ACD4C;
}
</style>