Shades of Chelsea Cucumber #8CAA60
Tints of Chelsea Cucumber #8CAA60
RGB
CMYK
RGB Variations
Color information
#8CAA60 (or 0x8CAA60) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 60. RGB value is (140,170,96). Sum of RGB (Red+Green+Blue) = 140+170+96=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA60 is #73559F. Grayscale: #989898. Windows color (decimal): -7558560 or 6335116. OLE color: 6335116.
HSL color Cylindrical-coordinate representation of color #8CAA60: hue angle of 84.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CAA60 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 96 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.33 |
| HSL | 84.32º | 0.3% | 0.52% | - |
| HSV(B) | 84.32º | 0.44% | 0.67% | - |
| XYZ | 27.3 | 35.17 | 16.42 | - |
| YUV | 152.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 96 | 0.18 | 0 | 0.44 | 0.33 | 84.32 | 0.3 | 0.52 |
| Hex | 8C | AA | 60 | 12 | 0 | 2C | 21 | 54 | 1E | 34 |
| Octal | 214 | 252 | 140 | 22 | 0 | 54 | 41 | 124 | 36 | 64 |
| Binary | 10001100 | 10101010 | 1100000 | 10010 | 0 | 101100 | 100001 | 1010100 | 11110 | 110100 |
Color Harmonies of #8CAA60
Complementary color
Monochromatic Colors of #8CAA60
Black with #8CAA60
Text Example
Text Example
White with #8CAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA60; }
p { color: rgb(140,170,96); }
H1.HeaderClassName
{
color: #8CAA60;
}
.AnyTagClassName
{
color: #8CAA60;
}
</style>
background-color css
<style>
a { background-color: #8CAA60; }
a { background-color: rgb(140,170,96); }
div.DivClassName
{
background-color: #8CAA60;
}
.BgClassName
{
background-color: #8CAA60;
}
</style>
border-color css
<style>
span { border-color: #8CAA60; }
span { border-color: rgb(140,170,96); }
td.TdClassName
{
border-color: #8CAA60;
}
.TagClassName
{
border-color: #8CAA60;
}
</style>