Shades of Chelsea Cucumber #8EAB6D
Tints of Chelsea Cucumber #8EAB6D
RGB
CMYK
RGB Variations
Color information
#8EAB6D (or 0x8EAB6D) is known color: Chelsea Cucumber. HEX triplet: 8E, AB and 6D. RGB value is (142,171,109). Sum of RGB (Red+Green+Blue) = 142+171+109=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAB6D is #715492. Grayscale: #9B9B9B. Windows color (decimal): -7427219 or 7187342. OLE color: 7187342.
HSL color Cylindrical-coordinate representation of color #8EAB6D: hue angle of 88.06º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EAB6D is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 171 | 109 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.33 |
| HSL | 88.06º | 0.27% | 0.55% | - |
| HSV(B) | 88.06º | 0.36% | 0.67% | - |
| XYZ | 28.48 | 35.98 | 19.91 | - |
| YUV | 155.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 109 | 0.17 | 0 | 0.36 | 0.33 | 88.06 | 0.27 | 0.55 |
| Hex | 8E | AB | 6D | 11 | 0 | 24 | 21 | 58 | 1B | 37 |
| Octal | 216 | 253 | 155 | 21 | 0 | 44 | 41 | 130 | 33 | 67 |
| Binary | 10001110 | 10101011 | 1101101 | 10001 | 0 | 100100 | 100001 | 1011000 | 11011 | 110111 |
Color Harmonies of #8EAB6D
Complementary color
Monochromatic Colors of #8EAB6D
Black with #8EAB6D
Text Example
Text Example
White with #8EAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAB6D; }
p { color: rgb(142,171,109); }
H1.HeaderClassName
{
color: #8EAB6D;
}
.AnyTagClassName
{
color: #8EAB6D;
}
</style>
background-color css
<style>
a { background-color: #8EAB6D; }
a { background-color: rgb(142,171,109); }
div.DivClassName
{
background-color: #8EAB6D;
}
.BgClassName
{
background-color: #8EAB6D;
}
</style>
border-color css
<style>
span { border-color: #8EAB6D; }
span { border-color: rgb(142,171,109); }
td.TdClassName
{
border-color: #8EAB6D;
}
.TagClassName
{
border-color: #8EAB6D;
}
</style>