Shades of Chelsea Cucumber #8FAC5E
Tints of Chelsea Cucumber #8FAC5E
RGB
CMYK
RGB Variations
Color information
#8FAC5E (or 0x8FAC5E) is known color: Chelsea Cucumber. HEX triplet: 8F, AC and 5E. RGB value is (143,172,94). Sum of RGB (Red+Green+Blue) = 143+172+94=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC5E is #7053A1. Grayscale: #9A9A9A. Windows color (decimal): -7361442 or 6204559. OLE color: 6204559.
HSL color Cylindrical-coordinate representation of color #8FAC5E: hue angle of 82.31º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FAC5E is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 94 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.33 |
| HSL | 82.31º | 0.32% | 0.52% | - |
| HSV(B) | 82.31º | 0.45% | 0.67% | - |
| XYZ | 28.1 | 36.15 | 16.09 | - |
| YUV | 154.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 94 | 0.17 | 0 | 0.45 | 0.33 | 82.31 | 0.32 | 0.52 |
| Hex | 8F | AC | 5E | 11 | 0 | 2D | 21 | 52 | 20 | 34 |
| Octal | 217 | 254 | 136 | 21 | 0 | 55 | 41 | 122 | 40 | 64 |
| Binary | 10001111 | 10101100 | 1011110 | 10001 | 0 | 101101 | 100001 | 1010010 | 100000 | 110100 |
Color Harmonies of #8FAC5E
Complementary color
Monochromatic Colors of #8FAC5E
Black with #8FAC5E
Text Example
Text Example
White with #8FAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC5E; }
p { color: rgb(143,172,94); }
H1.HeaderClassName
{
color: #8FAC5E;
}
.AnyTagClassName
{
color: #8FAC5E;
}
</style>
background-color css
<style>
a { background-color: #8FAC5E; }
a { background-color: rgb(143,172,94); }
div.DivClassName
{
background-color: #8FAC5E;
}
.BgClassName
{
background-color: #8FAC5E;
}
</style>
border-color css
<style>
span { border-color: #8FAC5E; }
span { border-color: rgb(143,172,94); }
td.TdClassName
{
border-color: #8FAC5E;
}
.TagClassName
{
border-color: #8FAC5E;
}
</style>