Shades of Chelsea Cucumber #8EAF4A
Tints of Chelsea Cucumber #8EAF4A
RGB
CMYK
RGB Variations
Color information
#8EAF4A (or 0x8EAF4A) is known color: Chelsea Cucumber. HEX triplet: 8E, AF and 4A. RGB value is (142,175,74). Sum of RGB (Red+Green+Blue) = 142+175+74=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAF4A is #7150B5. Grayscale: #999999. Windows color (decimal): -7426230 or 4894606. OLE color: 4894606.
HSL color Cylindrical-coordinate representation of color #8EAF4A: hue angle of 79.6º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8EAF4A is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 175 | 74 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.31 |
| HSL | 79.6º | 0.41% | 0.49% | - |
| HSV(B) | 79.6º | 0.58% | 0.69% | - |
| XYZ | 27.72 | 36.91 | 12.14 | - |
| YUV | 153.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 74 | 0.19 | 0 | 0.58 | 0.31 | 79.6 | 0.41 | 0.49 |
| Hex | 8E | AF | 4A | 13 | 0 | 3A | 1F | 50 | 29 | 31 |
| Octal | 216 | 257 | 112 | 23 | 0 | 72 | 37 | 120 | 51 | 61 |
| Binary | 10001110 | 10101111 | 1001010 | 10011 | 0 | 111010 | 11111 | 1010000 | 101001 | 110001 |
Color Harmonies of #8EAF4A
Complementary color
Monochromatic Colors of #8EAF4A
Black with #8EAF4A
Text Example
Text Example
White with #8EAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAF4A; }
p { color: rgb(142,175,74); }
H1.HeaderClassName
{
color: #8EAF4A;
}
.AnyTagClassName
{
color: #8EAF4A;
}
</style>
background-color css
<style>
a { background-color: #8EAF4A; }
a { background-color: rgb(142,175,74); }
div.DivClassName
{
background-color: #8EAF4A;
}
.BgClassName
{
background-color: #8EAF4A;
}
</style>
border-color css
<style>
span { border-color: #8EAF4A; }
span { border-color: rgb(142,175,74); }
td.TdClassName
{
border-color: #8EAF4A;
}
.TagClassName
{
border-color: #8EAF4A;
}
</style>