Shades of Chelsea Cucumber #8FAC48
Tints of Chelsea Cucumber #8FAC48
RGB
CMYK
RGB Variations
Color information
#8FAC48 (or 0x8FAC48) is known color: Chelsea Cucumber. HEX triplet: 8F, AC and 48. RGB value is (143,172,72). Sum of RGB (Red+Green+Blue) = 143+172+72=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC48 is #7053B7. Grayscale: #989898. Windows color (decimal): -7361464 or 4762767. OLE color: 4762767.
HSL color Cylindrical-coordinate representation of color #8FAC48: hue angle of 77.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FAC48 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 72 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.33 |
| HSL | 77.4º | 0.41% | 0.48% | - |
| HSV(B) | 77.4º | 0.58% | 0.67% | - |
| XYZ | 27.25 | 35.81 | 11.61 | - |
| YUV | 151.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 72 | 0.17 | 0 | 0.58 | 0.33 | 77.4 | 0.41 | 0.48 |
| Hex | 8F | AC | 48 | 11 | 0 | 3A | 21 | 4D | 29 | 30 |
| Octal | 217 | 254 | 110 | 21 | 0 | 72 | 41 | 115 | 51 | 60 |
| Binary | 10001111 | 10101100 | 1001000 | 10001 | 0 | 111010 | 100001 | 1001101 | 101001 | 110000 |
Color Harmonies of #8FAC48
Complementary color
Monochromatic Colors of #8FAC48
Black with #8FAC48
Text Example
Text Example
White with #8FAC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC48; }
p { color: rgb(143,172,72); }
H1.HeaderClassName
{
color: #8FAC48;
}
.AnyTagClassName
{
color: #8FAC48;
}
</style>
background-color css
<style>
a { background-color: #8FAC48; }
a { background-color: rgb(143,172,72); }
div.DivClassName
{
background-color: #8FAC48;
}
.BgClassName
{
background-color: #8FAC48;
}
</style>
border-color css
<style>
span { border-color: #8FAC48; }
span { border-color: rgb(143,172,72); }
td.TdClassName
{
border-color: #8FAC48;
}
.TagClassName
{
border-color: #8FAC48;
}
</style>