Shades of Chelsea Cucumber #8EB85A
Tints of Chelsea Cucumber #8EB85A
RGB
CMYK
RGB Variations
Color information
#8EB85A (or 0x8EB85A) is known color: Chelsea Cucumber. HEX triplet: 8E, B8 and 5A. RGB value is (142,184,90). Sum of RGB (Red+Green+Blue) = 142+184+90=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB85A is #7147A5. Grayscale: #A1A1A1. Windows color (decimal): -7423910 or 5945486. OLE color: 5945486.
HSL color Cylindrical-coordinate representation of color #8EB85A: hue angle of 86.81º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EB85A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 90 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.28 |
| HSL | 86.81º | 0.4% | 0.54% | - |
| HSV(B) | 86.81º | 0.51% | 0.72% | - |
| XYZ | 30.14 | 40.77 | 15.95 | - |
| YUV | 160.73 | 88.09 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 90 | 0.23 | 0 | 0.51 | 0.28 | 86.81 | 0.4 | 0.54 |
| Hex | 8E | B8 | 5A | 17 | 0 | 33 | 1C | 57 | 28 | 36 |
| Octal | 216 | 270 | 132 | 27 | 0 | 63 | 34 | 127 | 50 | 66 |
| Binary | 10001110 | 10111000 | 1011010 | 10111 | 0 | 110011 | 11100 | 1010111 | 101000 | 110110 |
Color Harmonies of #8EB85A
Complementary color
Monochromatic Colors of #8EB85A
Black with #8EB85A
Text Example
Text Example
White with #8EB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB85A; }
p { color: rgb(142,184,90); }
H1.HeaderClassName
{
color: #8EB85A;
}
.AnyTagClassName
{
color: #8EB85A;
}
</style>
background-color css
<style>
a { background-color: #8EB85A; }
a { background-color: rgb(142,184,90); }
div.DivClassName
{
background-color: #8EB85A;
}
.BgClassName
{
background-color: #8EB85A;
}
</style>
border-color css
<style>
span { border-color: #8EB85A; }
span { border-color: rgb(142,184,90); }
td.TdClassName
{
border-color: #8EB85A;
}
.TagClassName
{
border-color: #8EB85A;
}
</style>