Shades of Chelsea Cucumber #8FAC5D
Tints of Chelsea Cucumber #8FAC5D
RGB
CMYK
RGB Variations
Color information
#8FAC5D (or 0x8FAC5D) is known color: Chelsea Cucumber. HEX triplet: 8F, AC and 5D. RGB value is (143,172,93). Sum of RGB (Red+Green+Blue) = 143+172+93=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC5D is #7053A2. Grayscale: #9A9A9A. Windows color (decimal): -7361443 or 6139023. OLE color: 6139023.
HSL color Cylindrical-coordinate representation of color #8FAC5D: hue angle of 82.03º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FAC5D is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 93 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.33 |
| HSL | 82.03º | 0.32% | 0.52% | - |
| HSV(B) | 82.03º | 0.46% | 0.67% | - |
| XYZ | 28.06 | 36.14 | 15.85 | - |
| YUV | 154.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 93 | 0.17 | 0 | 0.46 | 0.33 | 82.03 | 0.32 | 0.52 |
| Hex | 8F | AC | 5D | 11 | 0 | 2E | 21 | 52 | 20 | 34 |
| Octal | 217 | 254 | 135 | 21 | 0 | 56 | 41 | 122 | 40 | 64 |
| Binary | 10001111 | 10101100 | 1011101 | 10001 | 0 | 101110 | 100001 | 1010010 | 100000 | 110100 |
Color Harmonies of #8FAC5D
Complementary color
Monochromatic Colors of #8FAC5D
Black with #8FAC5D
Text Example
Text Example
White with #8FAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC5D; }
p { color: rgb(143,172,93); }
H1.HeaderClassName
{
color: #8FAC5D;
}
.AnyTagClassName
{
color: #8FAC5D;
}
</style>
background-color css
<style>
a { background-color: #8FAC5D; }
a { background-color: rgb(143,172,93); }
div.DivClassName
{
background-color: #8FAC5D;
}
.BgClassName
{
background-color: #8FAC5D;
}
</style>
border-color css
<style>
span { border-color: #8FAC5D; }
span { border-color: rgb(143,172,93); }
td.TdClassName
{
border-color: #8FAC5D;
}
.TagClassName
{
border-color: #8FAC5D;
}
</style>