Shades of Chelsea Cucumber #8CAA66
Tints of Chelsea Cucumber #8CAA66
RGB
CMYK
RGB Variations
Color information
#8CAA66 (or 0x8CAA66) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 66. RGB value is (140,170,102). Sum of RGB (Red+Green+Blue) = 140+170+102=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA66 is #735599. Grayscale: #999999. Windows color (decimal): -7558554 or 6728332. OLE color: 6728332.
HSL color Cylindrical-coordinate representation of color #8CAA66: hue angle of 86.47º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CAA66 is Cyan = 0.18, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 102 | - |
| CMYK | 0.18 | 0 | 0.4 | 0.33 |
| HSL | 86.47º | 0.29% | 0.53% | - |
| HSV(B) | 86.47º | 0.4% | 0.67% | - |
| XYZ | 27.59 | 35.28 | 17.93 | - |
| YUV | 153.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 102 | 0.18 | 0 | 0.4 | 0.33 | 86.47 | 0.29 | 0.53 |
| Hex | 8C | AA | 66 | 12 | 0 | 28 | 21 | 56 | 1D | 35 |
| Octal | 214 | 252 | 146 | 22 | 0 | 50 | 41 | 126 | 35 | 65 |
| Binary | 10001100 | 10101010 | 1100110 | 10010 | 0 | 101000 | 100001 | 1010110 | 11101 | 110101 |
Color Harmonies of #8CAA66
Complementary color
Monochromatic Colors of #8CAA66
Black with #8CAA66
Text Example
Text Example
White with #8CAA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA66; }
p { color: rgb(140,170,102); }
H1.HeaderClassName
{
color: #8CAA66;
}
.AnyTagClassName
{
color: #8CAA66;
}
</style>
background-color css
<style>
a { background-color: #8CAA66; }
a { background-color: rgb(140,170,102); }
div.DivClassName
{
background-color: #8CAA66;
}
.BgClassName
{
background-color: #8CAA66;
}
</style>
border-color css
<style>
span { border-color: #8CAA66; }
span { border-color: rgb(140,170,102); }
td.TdClassName
{
border-color: #8CAA66;
}
.TagClassName
{
border-color: #8CAA66;
}
</style>