Shades of Chelsea Cucumber #8EAA4A
Tints of Chelsea Cucumber #8EAA4A
RGB
CMYK
RGB Variations
Color information
#8EAA4A (or 0x8EAA4A) is known color: Chelsea Cucumber. HEX triplet: 8E, AA and 4A. RGB value is (142,170,74). Sum of RGB (Red+Green+Blue) = 142+170+74=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAA4A is #7155B5. Grayscale: #979797. Windows color (decimal): -7427510 or 4893326. OLE color: 4893326.
HSL color Cylindrical-coordinate representation of color #8EAA4A: hue angle of 77.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EAA4A is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 74 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.33 |
| HSL | 77.5º | 0.39% | 0.48% | - |
| HSV(B) | 77.5º | 0.56% | 0.67% | - |
| XYZ | 26.77 | 34.99 | 11.82 | - |
| YUV | 150.68 | 84.72 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 74 | 0.16 | 0 | 0.56 | 0.33 | 77.5 | 0.39 | 0.48 |
| Hex | 8E | AA | 4A | 10 | 0 | 38 | 21 | 4E | 27 | 30 |
| Octal | 216 | 252 | 112 | 20 | 0 | 70 | 41 | 116 | 47 | 60 |
| Binary | 10001110 | 10101010 | 1001010 | 10000 | 0 | 111000 | 100001 | 1001110 | 100111 | 110000 |
Color Harmonies of #8EAA4A
Complementary color
Monochromatic Colors of #8EAA4A
Black with #8EAA4A
Text Example
Text Example
White with #8EAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA4A; }
p { color: rgb(142,170,74); }
H1.HeaderClassName
{
color: #8EAA4A;
}
.AnyTagClassName
{
color: #8EAA4A;
}
</style>
background-color css
<style>
a { background-color: #8EAA4A; }
a { background-color: rgb(142,170,74); }
div.DivClassName
{
background-color: #8EAA4A;
}
.BgClassName
{
background-color: #8EAA4A;
}
</style>
border-color css
<style>
span { border-color: #8EAA4A; }
span { border-color: rgb(142,170,74); }
td.TdClassName
{
border-color: #8EAA4A;
}
.TagClassName
{
border-color: #8EAA4A;
}
</style>