Shades of Chelsea Cucumber #8EA15B
Tints of Chelsea Cucumber #8EA15B
RGB
CMYK
RGB Variations
Color information
#8EA15B (or 0x8EA15B) is known color: Chelsea Cucumber. HEX triplet: 8E, A1 and 5B. RGB value is (142,161,91). Sum of RGB (Red+Green+Blue) = 142+161+91=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA15B is #715EA4. Grayscale: #939393. Windows color (decimal): -7429797 or 6005134. OLE color: 6005134.
HSL color Cylindrical-coordinate representation of color #8EA15B: hue angle of 76.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EA15B is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 161 | 91 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.37 |
| HSL | 76.29º | 0.28% | 0.49% | - |
| HSV(B) | 76.29º | 0.43% | 0.63% | - |
| XYZ | 25.79 | 32 | 14.71 | - |
| YUV | 147.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 91 | 0.12 | 0 | 0.43 | 0.37 | 76.29 | 0.28 | 0.49 |
| Hex | 8E | A1 | 5B | C | 0 | 2B | 25 | 4C | 1C | 31 |
| Octal | 216 | 241 | 133 | 14 | 0 | 53 | 45 | 114 | 34 | 61 |
| Binary | 10001110 | 10100001 | 1011011 | 1100 | 0 | 101011 | 100101 | 1001100 | 11100 | 110001 |
Color Harmonies of #8EA15B
Complementary color
Monochromatic Colors of #8EA15B
Black with #8EA15B
Text Example
Text Example
White with #8EA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA15B; }
p { color: rgb(142,161,91); }
H1.HeaderClassName
{
color: #8EA15B;
}
.AnyTagClassName
{
color: #8EA15B;
}
</style>
background-color css
<style>
a { background-color: #8EA15B; }
a { background-color: rgb(142,161,91); }
div.DivClassName
{
background-color: #8EA15B;
}
.BgClassName
{
background-color: #8EA15B;
}
</style>
border-color css
<style>
span { border-color: #8EA15B; }
span { border-color: rgb(142,161,91); }
td.TdClassName
{
border-color: #8EA15B;
}
.TagClassName
{
border-color: #8EA15B;
}
</style>