Shades of Chelsea Cucumber #8FAC45
Tints of Chelsea Cucumber #8FAC45
RGB
CMYK
RGB Variations
Color information
#8FAC45 (or 0x8FAC45) is known color: Chelsea Cucumber. HEX triplet: 8F, AC and 45. RGB value is (143,172,69). Sum of RGB (Red+Green+Blue) = 143+172+69=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC45 is #7053BA. Grayscale: #979797. Windows color (decimal): -7361467 or 4566159. OLE color: 4566159.
HSL color Cylindrical-coordinate representation of color #8FAC45: hue angle of 76.89º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8FAC45 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 69 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.33 |
| HSL | 76.89º | 0.43% | 0.47% | - |
| HSV(B) | 76.89º | 0.6% | 0.67% | - |
| XYZ | 27.15 | 35.77 | 11.1 | - |
| YUV | 151.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 69 | 0.17 | 0 | 0.60 | 0.33 | 76.89 | 0.43 | 0.47 |
| Hex | 8F | AC | 45 | 11 | 0 | 3C | 21 | 4D | 2B | 2F |
| Octal | 217 | 254 | 105 | 21 | 0 | 74 | 41 | 115 | 53 | 57 |
| Binary | 10001111 | 10101100 | 1000101 | 10001 | 0 | 111100 | 100001 | 1001101 | 101011 | 101111 |
Color Harmonies of #8FAC45
Complementary color
Monochromatic Colors of #8FAC45
Black with #8FAC45
Text Example
Text Example
White with #8FAC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC45; }
p { color: rgb(143,172,69); }
H1.HeaderClassName
{
color: #8FAC45;
}
.AnyTagClassName
{
color: #8FAC45;
}
</style>
background-color css
<style>
a { background-color: #8FAC45; }
a { background-color: rgb(143,172,69); }
div.DivClassName
{
background-color: #8FAC45;
}
.BgClassName
{
background-color: #8FAC45;
}
</style>
border-color css
<style>
span { border-color: #8FAC45; }
span { border-color: rgb(143,172,69); }
td.TdClassName
{
border-color: #8FAC45;
}
.TagClassName
{
border-color: #8FAC45;
}
</style>