Shades of Chelsea Cucumber #8FAA48
Tints of Chelsea Cucumber #8FAA48
RGB
CMYK
RGB Variations
Color information
#8FAA48 (or 0x8FAA48) is known color: Chelsea Cucumber. HEX triplet: 8F, AA and 48. RGB value is (143,170,72). Sum of RGB (Red+Green+Blue) = 143+170+72=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA48 is #7055B7. Grayscale: #979797. Windows color (decimal): -7361976 or 4762255. OLE color: 4762255.
HSL color Cylindrical-coordinate representation of color #8FAA48: hue angle of 76.53º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FAA48 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 72 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.33 |
| HSL | 76.53º | 0.4% | 0.47% | - |
| HSV(B) | 76.53º | 0.58% | 0.67% | - |
| XYZ | 26.87 | 35.06 | 11.48 | - |
| YUV | 150.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 72 | 0.16 | 0 | 0.58 | 0.33 | 76.53 | 0.4 | 0.47 |
| Hex | 8F | AA | 48 | 10 | 0 | 3A | 21 | 4D | 28 | 2F |
| Octal | 217 | 252 | 110 | 20 | 0 | 72 | 41 | 115 | 50 | 57 |
| Binary | 10001111 | 10101010 | 1001000 | 10000 | 0 | 111010 | 100001 | 1001101 | 101000 | 101111 |
Color Harmonies of #8FAA48
Complementary color
Monochromatic Colors of #8FAA48
Black with #8FAA48
Text Example
Text Example
White with #8FAA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA48; }
p { color: rgb(143,170,72); }
H1.HeaderClassName
{
color: #8FAA48;
}
.AnyTagClassName
{
color: #8FAA48;
}
</style>
background-color css
<style>
a { background-color: #8FAA48; }
a { background-color: rgb(143,170,72); }
div.DivClassName
{
background-color: #8FAA48;
}
.BgClassName
{
background-color: #8FAA48;
}
</style>
border-color css
<style>
span { border-color: #8FAA48; }
span { border-color: rgb(143,170,72); }
td.TdClassName
{
border-color: #8FAA48;
}
.TagClassName
{
border-color: #8FAA48;
}
</style>