Shades of Chelsea Cucumber #8DAA4D
Tints of Chelsea Cucumber #8DAA4D
RGB
CMYK
RGB Variations
Color information
#8DAA4D (or 0x8DAA4D) is known color: Chelsea Cucumber. HEX triplet: 8D, AA and 4D. RGB value is (141,170,77). Sum of RGB (Red+Green+Blue) = 141+170+77=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA4D is #7255B2. Grayscale: #979797. Windows color (decimal): -7493043 or 5089933. OLE color: 5089933.
HSL color Cylindrical-coordinate representation of color #8DAA4D: hue angle of 78.71º 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 #8DAA4D is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 77 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.33 |
| HSL | 78.71º | 0.38% | 0.48% | - |
| HSV(B) | 78.71º | 0.55% | 0.67% | - |
| XYZ | 26.7 | 34.95 | 12.36 | - |
| YUV | 150.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 77 | 0.17 | 0 | 0.55 | 0.33 | 78.71 | 0.38 | 0.48 |
| Hex | 8D | AA | 4D | 11 | 0 | 37 | 21 | 4F | 26 | 30 |
| Octal | 215 | 252 | 115 | 21 | 0 | 67 | 41 | 117 | 46 | 60 |
| Binary | 10001101 | 10101010 | 1001101 | 10001 | 0 | 110111 | 100001 | 1001111 | 100110 | 110000 |
Color Harmonies of #8DAA4D
Complementary color
Monochromatic Colors of #8DAA4D
Black with #8DAA4D
Text Example
Text Example
White with #8DAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA4D; }
p { color: rgb(141,170,77); }
H1.HeaderClassName
{
color: #8DAA4D;
}
.AnyTagClassName
{
color: #8DAA4D;
}
</style>
background-color css
<style>
a { background-color: #8DAA4D; }
a { background-color: rgb(141,170,77); }
div.DivClassName
{
background-color: #8DAA4D;
}
.BgClassName
{
background-color: #8DAA4D;
}
</style>
border-color css
<style>
span { border-color: #8DAA4D; }
span { border-color: rgb(141,170,77); }
td.TdClassName
{
border-color: #8DAA4D;
}
.TagClassName
{
border-color: #8DAA4D;
}
</style>