Shades of Chelsea Cucumber #8EB84A
Tints of Chelsea Cucumber #8EB84A
RGB
CMYK
RGB Variations
Color information
#8EB84A (or 0x8EB84A) is known color: Chelsea Cucumber. HEX triplet: 8E, B8 and 4A. RGB value is (142,184,74). Sum of RGB (Red+Green+Blue) = 142+184+74=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB84A is #7147B5. Grayscale: #9F9F9F. Windows color (decimal): -7423926 or 4896910. OLE color: 4896910.
HSL color Cylindrical-coordinate representation of color #8EB84A: hue angle of 82.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EB84A is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 74 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.28 |
| HSL | 82.91º | 0.44% | 0.51% | - |
| HSV(B) | 82.91º | 0.6% | 0.72% | - |
| XYZ | 29.53 | 40.53 | 12.74 | - |
| YUV | 158.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 74 | 0.23 | 0 | 0.60 | 0.28 | 82.91 | 0.44 | 0.51 |
| Hex | 8E | B8 | 4A | 17 | 0 | 3C | 1C | 53 | 2C | 33 |
| Octal | 216 | 270 | 112 | 27 | 0 | 74 | 34 | 123 | 54 | 63 |
| Binary | 10001110 | 10111000 | 1001010 | 10111 | 0 | 111100 | 11100 | 1010011 | 101100 | 110011 |
Color Harmonies of #8EB84A
Complementary color
Monochromatic Colors of #8EB84A
Black with #8EB84A
Text Example
Text Example
White with #8EB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB84A; }
p { color: rgb(142,184,74); }
H1.HeaderClassName
{
color: #8EB84A;
}
.AnyTagClassName
{
color: #8EB84A;
}
</style>
background-color css
<style>
a { background-color: #8EB84A; }
a { background-color: rgb(142,184,74); }
div.DivClassName
{
background-color: #8EB84A;
}
.BgClassName
{
background-color: #8EB84A;
}
</style>
border-color css
<style>
span { border-color: #8EB84A; }
span { border-color: rgb(142,184,74); }
td.TdClassName
{
border-color: #8EB84A;
}
.TagClassName
{
border-color: #8EB84A;
}
</style>