Shades of Chelsea Cucumber #8EA352
Tints of Chelsea Cucumber #8EA352
RGB
CMYK
RGB Variations
Color information
#8EA352 (or 0x8EA352) is known color: Chelsea Cucumber. HEX triplet: 8E, A3 and 52. RGB value is (142,163,82). Sum of RGB (Red+Green+Blue) = 142+163+82=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA352 is #715CAD. Grayscale: #939393. Windows color (decimal): -7429294 or 5415822. OLE color: 5415822.
HSL color Cylindrical-coordinate representation of color #8EA352: hue angle of 75.56º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EA352 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 163 | 82 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.36 |
| HSL | 75.56º | 0.33% | 0.48% | - |
| HSV(B) | 75.56º | 0.5% | 0.64% | - |
| XYZ | 25.78 | 32.55 | 12.91 | - |
| YUV | 147.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 163 | 82 | 0.13 | 0 | 0.50 | 0.36 | 75.56 | 0.33 | 0.48 |
| Hex | 8E | A3 | 52 | D | 0 | 32 | 24 | 4C | 21 | 30 |
| Octal | 216 | 243 | 122 | 15 | 0 | 62 | 44 | 114 | 41 | 60 |
| Binary | 10001110 | 10100011 | 1010010 | 1101 | 0 | 110010 | 100100 | 1001100 | 100001 | 110000 |
Color Harmonies of #8EA352
Complementary color
Monochromatic Colors of #8EA352
Black with #8EA352
Text Example
Text Example
White with #8EA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA352; }
p { color: rgb(142,163,82); }
H1.HeaderClassName
{
color: #8EA352;
}
.AnyTagClassName
{
color: #8EA352;
}
</style>
background-color css
<style>
a { background-color: #8EA352; }
a { background-color: rgb(142,163,82); }
div.DivClassName
{
background-color: #8EA352;
}
.BgClassName
{
background-color: #8EA352;
}
</style>
border-color css
<style>
span { border-color: #8EA352; }
span { border-color: rgb(142,163,82); }
td.TdClassName
{
border-color: #8EA352;
}
.TagClassName
{
border-color: #8EA352;
}
</style>