Shades of Chelsea Cucumber #8FAC50
Tints of Chelsea Cucumber #8FAC50
RGB
CMYK
RGB Variations
Color information
#8FAC50 (or 0x8FAC50) is known color: Chelsea Cucumber. HEX triplet: 8F, AC and 50. RGB value is (143,172,80). Sum of RGB (Red+Green+Blue) = 143+172+80=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC50 is #7053AF. Grayscale: #999999. Windows color (decimal): -7361456 or 5287055. OLE color: 5287055.
HSL color Cylindrical-coordinate representation of color #8FAC50: hue angle of 78.91º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FAC50 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 80 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.33 |
| HSL | 78.91º | 0.37% | 0.49% | - |
| HSV(B) | 78.91º | 0.53% | 0.67% | - |
| XYZ | 27.53 | 35.92 | 13.07 | - |
| YUV | 152.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 80 | 0.17 | 0 | 0.53 | 0.33 | 78.91 | 0.37 | 0.49 |
| Hex | 8F | AC | 50 | 11 | 0 | 35 | 21 | 4F | 25 | 31 |
| Octal | 217 | 254 | 120 | 21 | 0 | 65 | 41 | 117 | 45 | 61 |
| Binary | 10001111 | 10101100 | 1010000 | 10001 | 0 | 110101 | 100001 | 1001111 | 100101 | 110001 |
Color Harmonies of #8FAC50
Complementary color
Monochromatic Colors of #8FAC50
Black with #8FAC50
Text Example
Text Example
White with #8FAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC50; }
p { color: rgb(143,172,80); }
H1.HeaderClassName
{
color: #8FAC50;
}
.AnyTagClassName
{
color: #8FAC50;
}
</style>
background-color css
<style>
a { background-color: #8FAC50; }
a { background-color: rgb(143,172,80); }
div.DivClassName
{
background-color: #8FAC50;
}
.BgClassName
{
background-color: #8FAC50;
}
</style>
border-color css
<style>
span { border-color: #8FAC50; }
span { border-color: rgb(143,172,80); }
td.TdClassName
{
border-color: #8FAC50;
}
.TagClassName
{
border-color: #8FAC50;
}
</style>