Shades of Chelsea Cucumber #8FA85C
Tints of Chelsea Cucumber #8FA85C
RGB
CMYK
RGB Variations
Color information
#8FA85C (or 0x8FA85C) is known color: Chelsea Cucumber. HEX triplet: 8F, A8 and 5C. RGB value is (143,168,92). Sum of RGB (Red+Green+Blue) = 143+168+92=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA85C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA85C is #7057A3. Grayscale: #989898. Windows color (decimal): -7362468 or 6072463. OLE color: 6072463.
HSL color Cylindrical-coordinate representation of color #8FA85C: hue angle of 79.74º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FA85C is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 168 | 92 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.34 |
| HSL | 79.74º | 0.3% | 0.51% | - |
| HSV(B) | 79.74º | 0.45% | 0.66% | - |
| XYZ | 27.26 | 34.62 | 15.37 | - |
| YUV | 151.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 92 | 0.15 | 0 | 0.45 | 0.34 | 79.74 | 0.3 | 0.51 |
| Hex | 8F | A8 | 5C | F | 0 | 2D | 22 | 50 | 1E | 33 |
| Octal | 217 | 250 | 134 | 17 | 0 | 55 | 42 | 120 | 36 | 63 |
| Binary | 10001111 | 10101000 | 1011100 | 1111 | 0 | 101101 | 100010 | 1010000 | 11110 | 110011 |
Color Harmonies of #8FA85C
Complementary color
Monochromatic Colors of #8FA85C
Black with #8FA85C
Text Example
Text Example
White with #8FA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA85C; }
p { color: rgb(143,168,92); }
H1.HeaderClassName
{
color: #8FA85C;
}
.AnyTagClassName
{
color: #8FA85C;
}
</style>
background-color css
<style>
a { background-color: #8FA85C; }
a { background-color: rgb(143,168,92); }
div.DivClassName
{
background-color: #8FA85C;
}
.BgClassName
{
background-color: #8FA85C;
}
</style>
border-color css
<style>
span { border-color: #8FA85C; }
span { border-color: rgb(143,168,92); }
td.TdClassName
{
border-color: #8FA85C;
}
.TagClassName
{
border-color: #8FA85C;
}
</style>