Shades of Chelsea Cucumber #8DA463
Tints of Chelsea Cucumber #8DA463
RGB
CMYK
RGB Variations
Color information
#8DA463 (or 0x8DA463) is known color: Chelsea Cucumber. HEX triplet: 8D, A4 and 63. RGB value is (141,164,99). Sum of RGB (Red+Green+Blue) = 141+164+99=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA463 is #725B9C. Grayscale: #959595. Windows color (decimal): -7494557 or 6530189. OLE color: 6530189.
HSL color Cylindrical-coordinate representation of color #8DA463: hue angle of 81.23º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DA463 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 164 | 99 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.36 |
| HSL | 81.23º | 0.26% | 0.52% | - |
| HSV(B) | 81.23º | 0.4% | 0.64% | - |
| XYZ | 26.51 | 33.11 | 16.8 | - |
| YUV | 149.71 | 99.38 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 164 | 99 | 0.14 | 0 | 0.40 | 0.36 | 81.23 | 0.26 | 0.52 |
| Hex | 8D | A4 | 63 | E | 0 | 28 | 24 | 51 | 1A | 34 |
| Octal | 215 | 244 | 143 | 16 | 0 | 50 | 44 | 121 | 32 | 64 |
| Binary | 10001101 | 10100100 | 1100011 | 1110 | 0 | 101000 | 100100 | 1010001 | 11010 | 110100 |
Color Harmonies of #8DA463
Complementary color
Monochromatic Colors of #8DA463
Black with #8DA463
Text Example
Text Example
White with #8DA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA463; }
p { color: rgb(141,164,99); }
H1.HeaderClassName
{
color: #8DA463;
}
.AnyTagClassName
{
color: #8DA463;
}
</style>
background-color css
<style>
a { background-color: #8DA463; }
a { background-color: rgb(141,164,99); }
div.DivClassName
{
background-color: #8DA463;
}
.BgClassName
{
background-color: #8DA463;
}
</style>
border-color css
<style>
span { border-color: #8DA463; }
span { border-color: rgb(141,164,99); }
td.TdClassName
{
border-color: #8DA463;
}
.TagClassName
{
border-color: #8DA463;
}
</style>