Shades of Chelsea Cucumber #8DA546
Tints of Chelsea Cucumber #8DA546
RGB
CMYK
RGB Variations
Color information
#8DA546 (or 0x8DA546) is known color: Chelsea Cucumber. HEX triplet: 8D, A5 and 46. RGB value is (141,165,70). Sum of RGB (Red+Green+Blue) = 141+165+70=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA546 is #725AB9. Grayscale: #939393. Windows color (decimal): -7494330 or 4629901. OLE color: 4629901.
HSL color Cylindrical-coordinate representation of color #8DA546: hue angle of 75.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DA546 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 70 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.35 |
| HSL | 75.16º | 0.4% | 0.46% | - |
| HSV(B) | 75.16º | 0.58% | 0.65% | - |
| XYZ | 25.55 | 33.02 | 10.82 | - |
| YUV | 146.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 70 | 0.15 | 0 | 0.58 | 0.35 | 75.16 | 0.4 | 0.46 |
| Hex | 8D | A5 | 46 | F | 0 | 3A | 23 | 4B | 28 | 2E |
| Octal | 215 | 245 | 106 | 17 | 0 | 72 | 43 | 113 | 50 | 56 |
| Binary | 10001101 | 10100101 | 1000110 | 1111 | 0 | 111010 | 100011 | 1001011 | 101000 | 101110 |
Color Harmonies of #8DA546
Complementary color
Monochromatic Colors of #8DA546
Black with #8DA546
Text Example
Text Example
White with #8DA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA546; }
p { color: rgb(141,165,70); }
H1.HeaderClassName
{
color: #8DA546;
}
.AnyTagClassName
{
color: #8DA546;
}
</style>
background-color css
<style>
a { background-color: #8DA546; }
a { background-color: rgb(141,165,70); }
div.DivClassName
{
background-color: #8DA546;
}
.BgClassName
{
background-color: #8DA546;
}
</style>
border-color css
<style>
span { border-color: #8DA546; }
span { border-color: rgb(141,165,70); }
td.TdClassName
{
border-color: #8DA546;
}
.TagClassName
{
border-color: #8DA546;
}
</style>