Shades of Chelsea Cucumber #8FAF5D
Tints of Chelsea Cucumber #8FAF5D
RGB
CMYK
RGB Variations
Color information
#8FAF5D (or 0x8FAF5D) is known color: Chelsea Cucumber. HEX triplet: 8F, AF and 5D. RGB value is (143,175,93). Sum of RGB (Red+Green+Blue) = 143+175+93=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAF5D is #7050A2. Grayscale: #9C9C9C. Windows color (decimal): -7360675 or 6139791. OLE color: 6139791.
HSL color Cylindrical-coordinate representation of color #8FAF5D: hue angle of 83.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FAF5D is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 93 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.31 |
| HSL | 83.41º | 0.34% | 0.53% | - |
| HSV(B) | 83.41º | 0.47% | 0.69% | - |
| XYZ | 28.63 | 37.29 | 16.04 | - |
| YUV | 156.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 93 | 0.18 | 0 | 0.47 | 0.31 | 83.41 | 0.34 | 0.53 |
| Hex | 8F | AF | 5D | 12 | 0 | 2F | 1F | 53 | 22 | 35 |
| Octal | 217 | 257 | 135 | 22 | 0 | 57 | 37 | 123 | 42 | 65 |
| Binary | 10001111 | 10101111 | 1011101 | 10010 | 0 | 101111 | 11111 | 1010011 | 100010 | 110101 |
Color Harmonies of #8FAF5D
Complementary color
Monochromatic Colors of #8FAF5D
Black with #8FAF5D
Text Example
Text Example
White with #8FAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF5D; }
p { color: rgb(143,175,93); }
H1.HeaderClassName
{
color: #8FAF5D;
}
.AnyTagClassName
{
color: #8FAF5D;
}
</style>
background-color css
<style>
a { background-color: #8FAF5D; }
a { background-color: rgb(143,175,93); }
div.DivClassName
{
background-color: #8FAF5D;
}
.BgClassName
{
background-color: #8FAF5D;
}
</style>
border-color css
<style>
span { border-color: #8FAF5D; }
span { border-color: rgb(143,175,93); }
td.TdClassName
{
border-color: #8FAF5D;
}
.TagClassName
{
border-color: #8FAF5D;
}
</style>