Shades of Chelsea Cucumber #8DAC54
Tints of Chelsea Cucumber #8DAC54
RGB
CMYK
RGB Variations
Color information
#8DAC54 (or 0x8DAC54) is known color: Chelsea Cucumber. HEX triplet: 8D, AC and 54. RGB value is (141,172,84). Sum of RGB (Red+Green+Blue) = 141+172+84=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC54 is #7253AB. Grayscale: #999999. Windows color (decimal): -7492524 or 5549197. OLE color: 5549197.
HSL color Cylindrical-coordinate representation of color #8DAC54: hue angle of 81.14º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DAC54 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 84 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.33 |
| HSL | 81.14º | 0.35% | 0.5% | - |
| HSV(B) | 81.14º | 0.51% | 0.67% | - |
| XYZ | 27.34 | 35.81 | 13.86 | - |
| YUV | 152.7 | 89.23 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 84 | 0.18 | 0 | 0.51 | 0.33 | 81.14 | 0.35 | 0.5 |
| Hex | 8D | AC | 54 | 12 | 0 | 33 | 21 | 51 | 23 | 32 |
| Octal | 215 | 254 | 124 | 22 | 0 | 63 | 41 | 121 | 43 | 62 |
| Binary | 10001101 | 10101100 | 1010100 | 10010 | 0 | 110011 | 100001 | 1010001 | 100011 | 110010 |
Color Harmonies of #8DAC54
Complementary color
Monochromatic Colors of #8DAC54
Black with #8DAC54
Text Example
Text Example
White with #8DAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC54; }
p { color: rgb(141,172,84); }
H1.HeaderClassName
{
color: #8DAC54;
}
.AnyTagClassName
{
color: #8DAC54;
}
</style>
background-color css
<style>
a { background-color: #8DAC54; }
a { background-color: rgb(141,172,84); }
div.DivClassName
{
background-color: #8DAC54;
}
.BgClassName
{
background-color: #8DAC54;
}
</style>
border-color css
<style>
span { border-color: #8DAC54; }
span { border-color: rgb(141,172,84); }
td.TdClassName
{
border-color: #8DAC54;
}
.TagClassName
{
border-color: #8DAC54;
}
</style>