Shades of Chelsea Cucumber #8FAA4C
Tints of Chelsea Cucumber #8FAA4C
RGB
CMYK
RGB Variations
Color information
#8FAA4C (or 0x8FAA4C) is known color: Chelsea Cucumber. HEX triplet: 8F, AA and 4C. RGB value is (143,170,76). Sum of RGB (Red+Green+Blue) = 143+170+76=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA4C is #7055B3. Grayscale: #979797. Windows color (decimal): -7361972 or 5024399. OLE color: 5024399.
HSL color Cylindrical-coordinate representation of color #8FAA4C: hue angle of 77.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FAA4C is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 76 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.33 |
| HSL | 77.23º | 0.38% | 0.48% | - |
| HSV(B) | 77.23º | 0.55% | 0.67% | - |
| XYZ | 27.01 | 35.11 | 12.19 | - |
| YUV | 151.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 76 | 0.16 | 0 | 0.55 | 0.33 | 77.23 | 0.38 | 0.48 |
| Hex | 8F | AA | 4C | 10 | 0 | 37 | 21 | 4D | 26 | 30 |
| Octal | 217 | 252 | 114 | 20 | 0 | 67 | 41 | 115 | 46 | 60 |
| Binary | 10001111 | 10101010 | 1001100 | 10000 | 0 | 110111 | 100001 | 1001101 | 100110 | 110000 |
Color Harmonies of #8FAA4C
Complementary color
Monochromatic Colors of #8FAA4C
Black with #8FAA4C
Text Example
Text Example
White with #8FAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA4C; }
p { color: rgb(143,170,76); }
H1.HeaderClassName
{
color: #8FAA4C;
}
.AnyTagClassName
{
color: #8FAA4C;
}
</style>
background-color css
<style>
a { background-color: #8FAA4C; }
a { background-color: rgb(143,170,76); }
div.DivClassName
{
background-color: #8FAA4C;
}
.BgClassName
{
background-color: #8FAA4C;
}
</style>
border-color css
<style>
span { border-color: #8FAA4C; }
span { border-color: rgb(143,170,76); }
td.TdClassName
{
border-color: #8FAA4C;
}
.TagClassName
{
border-color: #8FAA4C;
}
</style>