Shades of Chelsea Cucumber #8EBA60
Tints of Chelsea Cucumber #8EBA60
RGB
CMYK
RGB Variations
Color information
#8EBA60 (or 0x8EBA60) is known color: Chelsea Cucumber. HEX triplet: 8E, BA and 60. RGB value is (142,186,96). Sum of RGB (Red+Green+Blue) = 142+186+96=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA60 is #71459F. Grayscale: #A2A2A2. Windows color (decimal): -7423392 or 6339214. OLE color: 6339214.
HSL color Cylindrical-coordinate representation of color #8EBA60: hue angle of 89.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8EBA60 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 96 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.27 |
| HSL | 89.33º | 0.39% | 0.55% | - |
| HSV(B) | 89.33º | 0.48% | 0.73% | - |
| XYZ | 30.83 | 41.71 | 17.49 | - |
| YUV | 162.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 96 | 0.24 | 0 | 0.48 | 0.27 | 89.33 | 0.39 | 0.55 |
| Hex | 8E | BA | 60 | 18 | 0 | 30 | 1B | 59 | 27 | 37 |
| Octal | 216 | 272 | 140 | 30 | 0 | 60 | 33 | 131 | 47 | 67 |
| Binary | 10001110 | 10111010 | 1100000 | 11000 | 0 | 110000 | 11011 | 1011001 | 100111 | 110111 |
Color Harmonies of #8EBA60
Complementary color
Monochromatic Colors of #8EBA60
Black with #8EBA60
Text Example
Text Example
White with #8EBA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA60; }
p { color: rgb(142,186,96); }
H1.HeaderClassName
{
color: #8EBA60;
}
.AnyTagClassName
{
color: #8EBA60;
}
</style>
background-color css
<style>
a { background-color: #8EBA60; }
a { background-color: rgb(142,186,96); }
div.DivClassName
{
background-color: #8EBA60;
}
.BgClassName
{
background-color: #8EBA60;
}
</style>
border-color css
<style>
span { border-color: #8EBA60; }
span { border-color: rgb(142,186,96); }
td.TdClassName
{
border-color: #8EBA60;
}
.TagClassName
{
border-color: #8EBA60;
}
</style>