Shades of Chelsea Cucumber #8FAC55
Tints of Chelsea Cucumber #8FAC55
RGB
CMYK
RGB Variations
Color information
#8FAC55 (or 0x8FAC55) is known color: Chelsea Cucumber. HEX triplet: 8F, AC and 55. RGB value is (143,172,85). Sum of RGB (Red+Green+Blue) = 143+172+85=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC55 is #7053AA. Grayscale: #999999. Windows color (decimal): -7361451 or 5614735. OLE color: 5614735.
HSL color Cylindrical-coordinate representation of color #8FAC55: hue angle of 80º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FAC55 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 85 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.33 |
| HSL | 80º | 0.34% | 0.5% | - |
| HSV(B) | 80º | 0.51% | 0.67% | - |
| XYZ | 27.72 | 36 | 14.08 | - |
| YUV | 153.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 85 | 0.17 | 0 | 0.51 | 0.33 | 80 | 0.34 | 0.5 |
| Hex | 8F | AC | 55 | 11 | 0 | 33 | 21 | 50 | 22 | 32 |
| Octal | 217 | 254 | 125 | 21 | 0 | 63 | 41 | 120 | 42 | 62 |
| Binary | 10001111 | 10101100 | 1010101 | 10001 | 0 | 110011 | 100001 | 1010000 | 100010 | 110010 |
Color Harmonies of #8FAC55
Complementary color
Monochromatic Colors of #8FAC55
Black with #8FAC55
Text Example
Text Example
White with #8FAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC55; }
p { color: rgb(143,172,85); }
H1.HeaderClassName
{
color: #8FAC55;
}
.AnyTagClassName
{
color: #8FAC55;
}
</style>
background-color css
<style>
a { background-color: #8FAC55; }
a { background-color: rgb(143,172,85); }
div.DivClassName
{
background-color: #8FAC55;
}
.BgClassName
{
background-color: #8FAC55;
}
</style>
border-color css
<style>
span { border-color: #8FAC55; }
span { border-color: rgb(143,172,85); }
td.TdClassName
{
border-color: #8FAC55;
}
.TagClassName
{
border-color: #8FAC55;
}
</style>