Shades of Chelsea Cucumber #8FAA50
Tints of Chelsea Cucumber #8FAA50
RGB
CMYK
RGB Variations
Color information
#8FAA50 (or 0x8FAA50) is known color: Chelsea Cucumber. HEX triplet: 8F, AA and 50. RGB value is (143,170,80). Sum of RGB (Red+Green+Blue) = 143+170+80=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA50 is #7055AF. Grayscale: #989898. Windows color (decimal): -7361968 or 5286543. OLE color: 5286543.
HSL color Cylindrical-coordinate representation of color #8FAA50: hue angle of 78º degrees, saturation: 0.36, 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 #8FAA50 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 80 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.33 |
| HSL | 78º | 0.36% | 0.49% | - |
| HSV(B) | 78º | 0.53% | 0.67% | - |
| XYZ | 27.15 | 35.17 | 12.95 | - |
| YUV | 151.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 80 | 0.16 | 0 | 0.53 | 0.33 | 78 | 0.36 | 0.49 |
| Hex | 8F | AA | 50 | 10 | 0 | 35 | 21 | 4E | 24 | 31 |
| Octal | 217 | 252 | 120 | 20 | 0 | 65 | 41 | 116 | 44 | 61 |
| Binary | 10001111 | 10101010 | 1010000 | 10000 | 0 | 110101 | 100001 | 1001110 | 100100 | 110001 |
Color Harmonies of #8FAA50
Complementary color
Monochromatic Colors of #8FAA50
Black with #8FAA50
Text Example
Text Example
White with #8FAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA50; }
p { color: rgb(143,170,80); }
H1.HeaderClassName
{
color: #8FAA50;
}
.AnyTagClassName
{
color: #8FAA50;
}
</style>
background-color css
<style>
a { background-color: #8FAA50; }
a { background-color: rgb(143,170,80); }
div.DivClassName
{
background-color: #8FAA50;
}
.BgClassName
{
background-color: #8FAA50;
}
</style>
border-color css
<style>
span { border-color: #8FAA50; }
span { border-color: rgb(143,170,80); }
td.TdClassName
{
border-color: #8FAA50;
}
.TagClassName
{
border-color: #8FAA50;
}
</style>