Shades of Chelsea Cucumber #8DA74A
Tints of Chelsea Cucumber #8DA74A
RGB
CMYK
RGB Variations
Color information
#8DA74A (or 0x8DA74A) is known color: Chelsea Cucumber. HEX triplet: 8D, A7 and 4A. RGB value is (141,167,74). Sum of RGB (Red+Green+Blue) = 141+167+74=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA74A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA74A is #7258B5. Grayscale: #949494. Windows color (decimal): -7493814 or 4892557. OLE color: 4892557.
HSL color Cylindrical-coordinate representation of color #8DA74A: hue angle of 76.77º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DA74A is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 167 | 74 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.35 |
| HSL | 76.77º | 0.39% | 0.47% | - |
| HSV(B) | 76.77º | 0.56% | 0.65% | - |
| XYZ | 26.04 | 33.79 | 11.63 | - |
| YUV | 148.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 167 | 74 | 0.16 | 0 | 0.56 | 0.35 | 76.77 | 0.39 | 0.47 |
| Hex | 8D | A7 | 4A | 10 | 0 | 38 | 23 | 4D | 27 | 2F |
| Octal | 215 | 247 | 112 | 20 | 0 | 70 | 43 | 115 | 47 | 57 |
| Binary | 10001101 | 10100111 | 1001010 | 10000 | 0 | 111000 | 100011 | 1001101 | 100111 | 101111 |
Color Harmonies of #8DA74A
Complementary color
Monochromatic Colors of #8DA74A
Black with #8DA74A
Text Example
Text Example
White with #8DA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA74A; }
p { color: rgb(141,167,74); }
H1.HeaderClassName
{
color: #8DA74A;
}
.AnyTagClassName
{
color: #8DA74A;
}
</style>
background-color css
<style>
a { background-color: #8DA74A; }
a { background-color: rgb(141,167,74); }
div.DivClassName
{
background-color: #8DA74A;
}
.BgClassName
{
background-color: #8DA74A;
}
</style>
border-color css
<style>
span { border-color: #8DA74A; }
span { border-color: rgb(141,167,74); }
td.TdClassName
{
border-color: #8DA74A;
}
.TagClassName
{
border-color: #8DA74A;
}
</style>