Shades of Chelsea Cucumber #8FAD5F
Tints of Chelsea Cucumber #8FAD5F
RGB
CMYK
RGB Variations
Color information
#8FAD5F (or 0x8FAD5F) is known color: Chelsea Cucumber. HEX triplet: 8F, AD and 5F. RGB value is (143,173,95). Sum of RGB (Red+Green+Blue) = 143+173+95=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAD5F is #7052A0. Grayscale: #9B9B9B. Windows color (decimal): -7361185 or 6270351. OLE color: 6270351.
HSL color Cylindrical-coordinate representation of color #8FAD5F: hue angle of 83.08º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FAD5F is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 95 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.32 |
| HSL | 83.08º | 0.32% | 0.53% | - |
| HSV(B) | 83.08º | 0.45% | 0.68% | - |
| XYZ | 28.34 | 36.55 | 16.39 | - |
| YUV | 155.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 95 | 0.17 | 0 | 0.45 | 0.32 | 83.08 | 0.32 | 0.53 |
| Hex | 8F | AD | 5F | 11 | 0 | 2D | 20 | 53 | 20 | 35 |
| Octal | 217 | 255 | 137 | 21 | 0 | 55 | 40 | 123 | 40 | 65 |
| Binary | 10001111 | 10101101 | 1011111 | 10001 | 0 | 101101 | 100000 | 1010011 | 100000 | 110101 |
Color Harmonies of #8FAD5F
Complementary color
Monochromatic Colors of #8FAD5F
Black with #8FAD5F
Text Example
Text Example
White with #8FAD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD5F; }
p { color: rgb(143,173,95); }
H1.HeaderClassName
{
color: #8FAD5F;
}
.AnyTagClassName
{
color: #8FAD5F;
}
</style>
background-color css
<style>
a { background-color: #8FAD5F; }
a { background-color: rgb(143,173,95); }
div.DivClassName
{
background-color: #8FAD5F;
}
.BgClassName
{
background-color: #8FAD5F;
}
</style>
border-color css
<style>
span { border-color: #8FAD5F; }
span { border-color: rgb(143,173,95); }
td.TdClassName
{
border-color: #8FAD5F;
}
.TagClassName
{
border-color: #8FAD5F;
}
</style>