Shades of Chelsea Cucumber #8FAC60
Tints of Chelsea Cucumber #8FAC60
RGB
CMYK
RGB Variations
Color information
#8FAC60 (or 0x8FAC60) is known color: Chelsea Cucumber. HEX triplet: 8F, AC and 60. RGB value is (143,172,96). Sum of RGB (Red+Green+Blue) = 143+172+96=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC60 is #70539F. Grayscale: #9A9A9A. Windows color (decimal): -7361440 or 6335631. OLE color: 6335631.
HSL color Cylindrical-coordinate representation of color #8FAC60: hue angle of 82.89º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FAC60 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 96 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.33 |
| HSL | 82.89º | 0.31% | 0.53% | - |
| HSV(B) | 82.89º | 0.44% | 0.67% | - |
| XYZ | 28.19 | 36.19 | 16.57 | - |
| YUV | 154.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 96 | 0.17 | 0 | 0.44 | 0.33 | 82.89 | 0.31 | 0.53 |
| Hex | 8F | AC | 60 | 11 | 0 | 2C | 21 | 53 | 1F | 35 |
| Octal | 217 | 254 | 140 | 21 | 0 | 54 | 41 | 123 | 37 | 65 |
| Binary | 10001111 | 10101100 | 1100000 | 10001 | 0 | 101100 | 100001 | 1010011 | 11111 | 110101 |
Color Harmonies of #8FAC60
Complementary color
Monochromatic Colors of #8FAC60
Black with #8FAC60
Text Example
Text Example
White with #8FAC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC60; }
p { color: rgb(143,172,96); }
H1.HeaderClassName
{
color: #8FAC60;
}
.AnyTagClassName
{
color: #8FAC60;
}
</style>
background-color css
<style>
a { background-color: #8FAC60; }
a { background-color: rgb(143,172,96); }
div.DivClassName
{
background-color: #8FAC60;
}
.BgClassName
{
background-color: #8FAC60;
}
</style>
border-color css
<style>
span { border-color: #8FAC60; }
span { border-color: rgb(143,172,96); }
td.TdClassName
{
border-color: #8FAC60;
}
.TagClassName
{
border-color: #8FAC60;
}
</style>