Shades of Chelsea Cucumber #8EAC49
Tints of Chelsea Cucumber #8EAC49
RGB
CMYK
RGB Variations
Color information
#8EAC49 (or 0x8EAC49) is known color: Chelsea Cucumber. HEX triplet: 8E, AC and 49. RGB value is (142,172,73). Sum of RGB (Red+Green+Blue) = 142+172+73=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAC49 is #7153B6. Grayscale: #989898. Windows color (decimal): -7426999 or 4828302. OLE color: 4828302.
HSL color Cylindrical-coordinate representation of color #8EAC49: hue angle of 78.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8EAC49 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 73 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.33 |
| HSL | 78.18º | 0.4% | 0.48% | - |
| HSV(B) | 78.18º | 0.58% | 0.67% | - |
| XYZ | 27.11 | 35.74 | 11.77 | - |
| YUV | 151.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 73 | 0.17 | 0 | 0.58 | 0.33 | 78.18 | 0.4 | 0.48 |
| Hex | 8E | AC | 49 | 11 | 0 | 3A | 21 | 4E | 28 | 30 |
| Octal | 216 | 254 | 111 | 21 | 0 | 72 | 41 | 116 | 50 | 60 |
| Binary | 10001110 | 10101100 | 1001001 | 10001 | 0 | 111010 | 100001 | 1001110 | 101000 | 110000 |
Color Harmonies of #8EAC49
Complementary color
Monochromatic Colors of #8EAC49
Black with #8EAC49
Text Example
Text Example
White with #8EAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAC49; }
p { color: rgb(142,172,73); }
H1.HeaderClassName
{
color: #8EAC49;
}
.AnyTagClassName
{
color: #8EAC49;
}
</style>
background-color css
<style>
a { background-color: #8EAC49; }
a { background-color: rgb(142,172,73); }
div.DivClassName
{
background-color: #8EAC49;
}
.BgClassName
{
background-color: #8EAC49;
}
</style>
border-color css
<style>
span { border-color: #8EAC49; }
span { border-color: rgb(142,172,73); }
td.TdClassName
{
border-color: #8EAC49;
}
.TagClassName
{
border-color: #8EAC49;
}
</style>