Shades of Chelsea Cucumber #8EAE69
Tints of Chelsea Cucumber #8EAE69
RGB
CMYK
RGB Variations
Color information
#8EAE69 (or 0x8EAE69) is known color: Chelsea Cucumber. HEX triplet: 8E, AE and 69. RGB value is (142,174,105). Sum of RGB (Red+Green+Blue) = 142+174+105=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE69 is #715196. Grayscale: #9C9C9C. Windows color (decimal): -7426455 or 6925966. OLE color: 6925966.
HSL color Cylindrical-coordinate representation of color #8EAE69: hue angle of 87.83º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EAE69 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 174 | 105 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.32 |
| HSL | 87.83º | 0.3% | 0.55% | - |
| HSV(B) | 87.83º | 0.4% | 0.68% | - |
| XYZ | 28.84 | 37.04 | 18.99 | - |
| YUV | 156.57 | 98.9 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 105 | 0.18 | 0 | 0.40 | 0.32 | 87.83 | 0.3 | 0.55 |
| Hex | 8E | AE | 69 | 12 | 0 | 28 | 20 | 58 | 1E | 37 |
| Octal | 216 | 256 | 151 | 22 | 0 | 50 | 40 | 130 | 36 | 67 |
| Binary | 10001110 | 10101110 | 1101001 | 10010 | 0 | 101000 | 100000 | 1011000 | 11110 | 110111 |
Color Harmonies of #8EAE69
Complementary color
Monochromatic Colors of #8EAE69
Black with #8EAE69
Text Example
Text Example
White with #8EAE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAE69; }
p { color: rgb(142,174,105); }
H1.HeaderClassName
{
color: #8EAE69;
}
.AnyTagClassName
{
color: #8EAE69;
}
</style>
background-color css
<style>
a { background-color: #8EAE69; }
a { background-color: rgb(142,174,105); }
div.DivClassName
{
background-color: #8EAE69;
}
.BgClassName
{
background-color: #8EAE69;
}
</style>
border-color css
<style>
span { border-color: #8EAE69; }
span { border-color: rgb(142,174,105); }
td.TdClassName
{
border-color: #8EAE69;
}
.TagClassName
{
border-color: #8EAE69;
}
</style>