Shades of Chelsea Cucumber #8CAA4D
Tints of Chelsea Cucumber #8CAA4D
RGB
CMYK
RGB Variations
Color information
#8CAA4D (or 0x8CAA4D) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 4D. RGB value is (140,170,77). Sum of RGB (Red+Green+Blue) = 140+170+77=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA4D is #7355B2. Grayscale: #969696. Windows color (decimal): -7558579 or 5089932. OLE color: 5089932.
HSL color Cylindrical-coordinate representation of color #8CAA4D: hue angle of 79.35º 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 #8CAA4D is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 77 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.33 |
| HSL | 79.35º | 0.38% | 0.48% | - |
| HSV(B) | 79.35º | 0.55% | 0.67% | - |
| XYZ | 26.53 | 34.86 | 12.35 | - |
| YUV | 150.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 77 | 0.18 | 0 | 0.55 | 0.33 | 79.35 | 0.38 | 0.48 |
| Hex | 8C | AA | 4D | 12 | 0 | 37 | 21 | 4F | 26 | 30 |
| Octal | 214 | 252 | 115 | 22 | 0 | 67 | 41 | 117 | 46 | 60 |
| Binary | 10001100 | 10101010 | 1001101 | 10010 | 0 | 110111 | 100001 | 1001111 | 100110 | 110000 |
Color Harmonies of #8CAA4D
Complementary color
Monochromatic Colors of #8CAA4D
Black with #8CAA4D
Text Example
Text Example
White with #8CAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA4D; }
p { color: rgb(140,170,77); }
H1.HeaderClassName
{
color: #8CAA4D;
}
.AnyTagClassName
{
color: #8CAA4D;
}
</style>
background-color css
<style>
a { background-color: #8CAA4D; }
a { background-color: rgb(140,170,77); }
div.DivClassName
{
background-color: #8CAA4D;
}
.BgClassName
{
background-color: #8CAA4D;
}
</style>
border-color css
<style>
span { border-color: #8CAA4D; }
span { border-color: rgb(140,170,77); }
td.TdClassName
{
border-color: #8CAA4D;
}
.TagClassName
{
border-color: #8CAA4D;
}
</style>