Shades of Chelsea Cucumber #8EAA6C
Tints of Chelsea Cucumber #8EAA6C
RGB
CMYK
RGB Variations
Color information
#8EAA6C (or 0x8EAA6C) is known color: Chelsea Cucumber. HEX triplet: 8E, AA and 6C. RGB value is (142,170,108). Sum of RGB (Red+Green+Blue) = 142+170+108=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA6C is #715593. Grayscale: #9A9A9A. Windows color (decimal): -7427476 or 7121550. OLE color: 7121550.
HSL color Cylindrical-coordinate representation of color #8EAA6C: hue angle of 87.1º 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 #8EAA6C is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 108 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.33 |
| HSL | 87.1º | 0.27% | 0.55% | - |
| HSV(B) | 87.1º | 0.36% | 0.67% | - |
| XYZ | 28.24 | 35.58 | 19.57 | - |
| YUV | 154.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 108 | 0.16 | 0 | 0.36 | 0.33 | 87.1 | 0.27 | 0.55 |
| Hex | 8E | AA | 6C | 10 | 0 | 24 | 21 | 57 | 1B | 37 |
| Octal | 216 | 252 | 154 | 20 | 0 | 44 | 41 | 127 | 33 | 67 |
| Binary | 10001110 | 10101010 | 1101100 | 10000 | 0 | 100100 | 100001 | 1010111 | 11011 | 110111 |
Color Harmonies of #8EAA6C
Complementary color
Monochromatic Colors of #8EAA6C
Black with #8EAA6C
Text Example
Text Example
White with #8EAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA6C; }
p { color: rgb(142,170,108); }
H1.HeaderClassName
{
color: #8EAA6C;
}
.AnyTagClassName
{
color: #8EAA6C;
}
</style>
background-color css
<style>
a { background-color: #8EAA6C; }
a { background-color: rgb(142,170,108); }
div.DivClassName
{
background-color: #8EAA6C;
}
.BgClassName
{
background-color: #8EAA6C;
}
</style>
border-color css
<style>
span { border-color: #8EAA6C; }
span { border-color: rgb(142,170,108); }
td.TdClassName
{
border-color: #8EAA6C;
}
.TagClassName
{
border-color: #8EAA6C;
}
</style>