Shades of Chelsea Cucumber #8CAC4A
Tints of Chelsea Cucumber #8CAC4A
RGB
CMYK
RGB Variations
Color information
#8CAC4A (or 0x8CAC4A) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 4A. RGB value is (140,172,74). Sum of RGB (Red+Green+Blue) = 140+172+74=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC4A is #7353B5. Grayscale: #979797. Windows color (decimal): -7558070 or 4893836. OLE color: 4893836.
HSL color Cylindrical-coordinate representation of color #8CAC4A: hue angle of 79.59º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CAC4A is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 74 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.33 |
| HSL | 79.59º | 0.4% | 0.48% | - |
| HSV(B) | 79.59º | 0.57% | 0.67% | - |
| XYZ | 26.8 | 35.57 | 11.93 | - |
| YUV | 151.26 | 84.4 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 74 | 0.19 | 0 | 0.57 | 0.33 | 79.59 | 0.4 | 0.48 |
| Hex | 8C | AC | 4A | 13 | 0 | 39 | 21 | 50 | 28 | 30 |
| Octal | 214 | 254 | 112 | 23 | 0 | 71 | 41 | 120 | 50 | 60 |
| Binary | 10001100 | 10101100 | 1001010 | 10011 | 0 | 111001 | 100001 | 1010000 | 101000 | 110000 |
Color Harmonies of #8CAC4A
Complementary color
Monochromatic Colors of #8CAC4A
Black with #8CAC4A
Text Example
Text Example
White with #8CAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC4A; }
p { color: rgb(140,172,74); }
H1.HeaderClassName
{
color: #8CAC4A;
}
.AnyTagClassName
{
color: #8CAC4A;
}
</style>
background-color css
<style>
a { background-color: #8CAC4A; }
a { background-color: rgb(140,172,74); }
div.DivClassName
{
background-color: #8CAC4A;
}
.BgClassName
{
background-color: #8CAC4A;
}
</style>
border-color css
<style>
span { border-color: #8CAC4A; }
span { border-color: rgb(140,172,74); }
td.TdClassName
{
border-color: #8CAC4A;
}
.TagClassName
{
border-color: #8CAC4A;
}
</style>