Shades of Chelsea Cucumber #8EAF4E
Tints of Chelsea Cucumber #8EAF4E
RGB
CMYK
RGB Variations
Color information
#8EAF4E (or 0x8EAF4E) is known color: Chelsea Cucumber. HEX triplet: 8E, AF and 4E. RGB value is (142,175,78). Sum of RGB (Red+Green+Blue) = 142+175+78=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAF4E is #7150B1. Grayscale: #9A9A9A. Windows color (decimal): -7426226 or 5156750. OLE color: 5156750.
HSL color Cylindrical-coordinate representation of color #8EAF4E: hue angle of 80.41º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EAF4E is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 175 | 78 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.31 |
| HSL | 80.41º | 0.38% | 0.5% | - |
| HSV(B) | 80.41º | 0.55% | 0.69% | - |
| XYZ | 27.86 | 36.96 | 12.87 | - |
| YUV | 154.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 78 | 0.19 | 0 | 0.55 | 0.31 | 80.41 | 0.38 | 0.5 |
| Hex | 8E | AF | 4E | 13 | 0 | 37 | 1F | 50 | 26 | 32 |
| Octal | 216 | 257 | 116 | 23 | 0 | 67 | 37 | 120 | 46 | 62 |
| Binary | 10001110 | 10101111 | 1001110 | 10011 | 0 | 110111 | 11111 | 1010000 | 100110 | 110010 |
Color Harmonies of #8EAF4E
Complementary color
Monochromatic Colors of #8EAF4E
Black with #8EAF4E
Text Example
Text Example
White with #8EAF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAF4E; }
p { color: rgb(142,175,78); }
H1.HeaderClassName
{
color: #8EAF4E;
}
.AnyTagClassName
{
color: #8EAF4E;
}
</style>
background-color css
<style>
a { background-color: #8EAF4E; }
a { background-color: rgb(142,175,78); }
div.DivClassName
{
background-color: #8EAF4E;
}
.BgClassName
{
background-color: #8EAF4E;
}
</style>
border-color css
<style>
span { border-color: #8EAF4E; }
span { border-color: rgb(142,175,78); }
td.TdClassName
{
border-color: #8EAF4E;
}
.TagClassName
{
border-color: #8EAF4E;
}
</style>