Shades of Chelsea Cucumber #8EAA50
Tints of Chelsea Cucumber #8EAA50
RGB
CMYK
RGB Variations
Color information
#8EAA50 (or 0x8EAA50) is known color: Chelsea Cucumber. HEX triplet: 8E, AA and 50. RGB value is (142,170,80). Sum of RGB (Red+Green+Blue) = 142+170+80=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA50 is #7155AF. Grayscale: #979797. Windows color (decimal): -7427504 or 5286542. OLE color: 5286542.
HSL color Cylindrical-coordinate representation of color #8EAA50: hue angle of 78.67º 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 #8EAA50 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 80 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.33 |
| HSL | 78.67º | 0.36% | 0.49% | - |
| HSV(B) | 78.67º | 0.53% | 0.67% | - |
| XYZ | 26.98 | 35.08 | 12.94 | - |
| YUV | 151.37 | 87.72 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 80 | 0.16 | 0 | 0.53 | 0.33 | 78.67 | 0.36 | 0.49 |
| Hex | 8E | AA | 50 | 10 | 0 | 35 | 21 | 4F | 24 | 31 |
| Octal | 216 | 252 | 120 | 20 | 0 | 65 | 41 | 117 | 44 | 61 |
| Binary | 10001110 | 10101010 | 1010000 | 10000 | 0 | 110101 | 100001 | 1001111 | 100100 | 110001 |
Color Harmonies of #8EAA50
Complementary color
Monochromatic Colors of #8EAA50
Black with #8EAA50
Text Example
Text Example
White with #8EAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA50; }
p { color: rgb(142,170,80); }
H1.HeaderClassName
{
color: #8EAA50;
}
.AnyTagClassName
{
color: #8EAA50;
}
</style>
background-color css
<style>
a { background-color: #8EAA50; }
a { background-color: rgb(142,170,80); }
div.DivClassName
{
background-color: #8EAA50;
}
.BgClassName
{
background-color: #8EAA50;
}
</style>
border-color css
<style>
span { border-color: #8EAA50; }
span { border-color: rgb(142,170,80); }
td.TdClassName
{
border-color: #8EAA50;
}
.TagClassName
{
border-color: #8EAA50;
}
</style>