Shades of Chelsea Cucumber #8DAA4C
Tints of Chelsea Cucumber #8DAA4C
RGB
CMYK
RGB Variations
Color information
#8DAA4C (or 0x8DAA4C) is known color: Chelsea Cucumber. HEX triplet: 8D, AA and 4C. RGB value is (141,170,76). Sum of RGB (Red+Green+Blue) = 141+170+76=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAA4C is #7255B3. Grayscale: #969696. Windows color (decimal): -7493044 or 5024397. OLE color: 5024397.
HSL color Cylindrical-coordinate representation of color #8DAA4C: hue angle of 78.51º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DAA4C is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 76 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.33 |
| HSL | 78.51º | 0.38% | 0.48% | - |
| HSV(B) | 78.51º | 0.55% | 0.67% | - |
| XYZ | 26.66 | 34.93 | 12.18 | - |
| YUV | 150.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 76 | 0.17 | 0 | 0.55 | 0.33 | 78.51 | 0.38 | 0.48 |
| Hex | 8D | AA | 4C | 11 | 0 | 37 | 21 | 4F | 26 | 30 |
| Octal | 215 | 252 | 114 | 21 | 0 | 67 | 41 | 117 | 46 | 60 |
| Binary | 10001101 | 10101010 | 1001100 | 10001 | 0 | 110111 | 100001 | 1001111 | 100110 | 110000 |
Color Harmonies of #8DAA4C
Complementary color
Monochromatic Colors of #8DAA4C
Black with #8DAA4C
Text Example
Text Example
White with #8DAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA4C; }
p { color: rgb(141,170,76); }
H1.HeaderClassName
{
color: #8DAA4C;
}
.AnyTagClassName
{
color: #8DAA4C;
}
</style>
background-color css
<style>
a { background-color: #8DAA4C; }
a { background-color: rgb(141,170,76); }
div.DivClassName
{
background-color: #8DAA4C;
}
.BgClassName
{
background-color: #8DAA4C;
}
</style>
border-color css
<style>
span { border-color: #8DAA4C; }
span { border-color: rgb(141,170,76); }
td.TdClassName
{
border-color: #8DAA4C;
}
.TagClassName
{
border-color: #8DAA4C;
}
</style>