Shades of Chelsea Cucumber #8EAE64
Tints of Chelsea Cucumber #8EAE64
RGB
CMYK
RGB Variations
Color information
#8EAE64 (or 0x8EAE64) is known color: Chelsea Cucumber. HEX triplet: 8E, AE and 64. RGB value is (142,174,100). Sum of RGB (Red+Green+Blue) = 142+174+100=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE64 is #71519B. Grayscale: #9C9C9C. Windows color (decimal): -7426460 or 6598286. OLE color: 6598286.
HSL color Cylindrical-coordinate representation of color #8EAE64: hue angle of 85.95º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EAE64 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 174 | 100 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.32 |
| HSL | 85.95º | 0.31% | 0.54% | - |
| HSV(B) | 85.95º | 0.43% | 0.68% | - |
| XYZ | 28.59 | 36.94 | 17.68 | - |
| YUV | 156 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 100 | 0.18 | 0 | 0.43 | 0.32 | 85.95 | 0.31 | 0.54 |
| Hex | 8E | AE | 64 | 12 | 0 | 2B | 20 | 56 | 1F | 36 |
| Octal | 216 | 256 | 144 | 22 | 0 | 53 | 40 | 126 | 37 | 66 |
| Binary | 10001110 | 10101110 | 1100100 | 10010 | 0 | 101011 | 100000 | 1010110 | 11111 | 110110 |
Color Harmonies of #8EAE64
Complementary color
Monochromatic Colors of #8EAE64
Black with #8EAE64
Text Example
Text Example
White with #8EAE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAE64; }
p { color: rgb(142,174,100); }
H1.HeaderClassName
{
color: #8EAE64;
}
.AnyTagClassName
{
color: #8EAE64;
}
</style>
background-color css
<style>
a { background-color: #8EAE64; }
a { background-color: rgb(142,174,100); }
div.DivClassName
{
background-color: #8EAE64;
}
.BgClassName
{
background-color: #8EAE64;
}
</style>
border-color css
<style>
span { border-color: #8EAE64; }
span { border-color: rgb(142,174,100); }
td.TdClassName
{
border-color: #8EAE64;
}
.TagClassName
{
border-color: #8EAE64;
}
</style>