Shades of Chelsea Cucumber #8EAA4C
Tints of Chelsea Cucumber #8EAA4C
RGB
CMYK
RGB Variations
Color information
#8EAA4C (or 0x8EAA4C) is known color: Chelsea Cucumber. HEX triplet: 8E, AA and 4C. RGB value is (142,170,76). Sum of RGB (Red+Green+Blue) = 142+170+76=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAA4C is #7155B3. Grayscale: #979797. Windows color (decimal): -7427508 or 5024398. OLE color: 5024398.
HSL color Cylindrical-coordinate representation of color #8EAA4C: hue angle of 77.87º 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 #8EAA4C is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 76 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.33 |
| HSL | 77.87º | 0.38% | 0.48% | - |
| HSV(B) | 77.87º | 0.55% | 0.67% | - |
| XYZ | 26.83 | 35.02 | 12.18 | - |
| YUV | 150.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 76 | 0.16 | 0 | 0.55 | 0.33 | 77.87 | 0.38 | 0.48 |
| Hex | 8E | AA | 4C | 10 | 0 | 37 | 21 | 4E | 26 | 30 |
| Octal | 216 | 252 | 114 | 20 | 0 | 67 | 41 | 116 | 46 | 60 |
| Binary | 10001110 | 10101010 | 1001100 | 10000 | 0 | 110111 | 100001 | 1001110 | 100110 | 110000 |
Color Harmonies of #8EAA4C
Complementary color
Monochromatic Colors of #8EAA4C
Black with #8EAA4C
Text Example
Text Example
White with #8EAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA4C; }
p { color: rgb(142,170,76); }
H1.HeaderClassName
{
color: #8EAA4C;
}
.AnyTagClassName
{
color: #8EAA4C;
}
</style>
background-color css
<style>
a { background-color: #8EAA4C; }
a { background-color: rgb(142,170,76); }
div.DivClassName
{
background-color: #8EAA4C;
}
.BgClassName
{
background-color: #8EAA4C;
}
</style>
border-color css
<style>
span { border-color: #8EAA4C; }
span { border-color: rgb(142,170,76); }
td.TdClassName
{
border-color: #8EAA4C;
}
.TagClassName
{
border-color: #8EAA4C;
}
</style>