Shades of Chelsea Cucumber #8FA955
Tints of Chelsea Cucumber #8FA955
RGB
CMYK
RGB Variations
Color information
#8FA955 (or 0x8FA955) is known color: Chelsea Cucumber. HEX triplet: 8F, A9 and 55. RGB value is (143,169,85). Sum of RGB (Red+Green+Blue) = 143+169+85=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA955 is #7056AA. Grayscale: #979797. Windows color (decimal): -7362219 or 5613967. OLE color: 5613967.
HSL color Cylindrical-coordinate representation of color #8FA955: hue angle of 78.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FA955 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 169 | 85 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.34 |
| HSL | 78.57º | 0.33% | 0.5% | - |
| HSV(B) | 78.57º | 0.5% | 0.66% | - |
| XYZ | 27.16 | 34.87 | 13.89 | - |
| YUV | 151.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 85 | 0.15 | 0 | 0.50 | 0.34 | 78.57 | 0.33 | 0.5 |
| Hex | 8F | A9 | 55 | F | 0 | 32 | 22 | 4F | 21 | 32 |
| Octal | 217 | 251 | 125 | 17 | 0 | 62 | 42 | 117 | 41 | 62 |
| Binary | 10001111 | 10101001 | 1010101 | 1111 | 0 | 110010 | 100010 | 1001111 | 100001 | 110010 |
Color Harmonies of #8FA955
Complementary color
Monochromatic Colors of #8FA955
Black with #8FA955
Text Example
Text Example
White with #8FA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA955; }
p { color: rgb(143,169,85); }
H1.HeaderClassName
{
color: #8FA955;
}
.AnyTagClassName
{
color: #8FA955;
}
</style>
background-color css
<style>
a { background-color: #8FA955; }
a { background-color: rgb(143,169,85); }
div.DivClassName
{
background-color: #8FA955;
}
.BgClassName
{
background-color: #8FA955;
}
</style>
border-color css
<style>
span { border-color: #8FA955; }
span { border-color: rgb(143,169,85); }
td.TdClassName
{
border-color: #8FA955;
}
.TagClassName
{
border-color: #8FA955;
}
</style>