Shades of Chelsea Cucumber #8DA85B
Tints of Chelsea Cucumber #8DA85B
RGB
CMYK
RGB Variations
Color information
#8DA85B (or 0x8DA85B) is known color: Chelsea Cucumber. HEX triplet: 8D, A8 and 5B. RGB value is (141,168,91). Sum of RGB (Red+Green+Blue) = 141+168+91=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA85B is #7257A4. Grayscale: #979797. Windows color (decimal): -7493541 or 6006925. OLE color: 6006925.
HSL color Cylindrical-coordinate representation of color #8DA85B: hue angle of 81.04º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DA85B is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 91 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.34 |
| HSL | 81.04º | 0.31% | 0.51% | - |
| HSV(B) | 81.04º | 0.46% | 0.66% | - |
| XYZ | 26.88 | 34.42 | 15.13 | - |
| YUV | 151.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 91 | 0.16 | 0 | 0.46 | 0.34 | 81.04 | 0.31 | 0.51 |
| Hex | 8D | A8 | 5B | 10 | 0 | 2E | 22 | 51 | 1F | 33 |
| Octal | 215 | 250 | 133 | 20 | 0 | 56 | 42 | 121 | 37 | 63 |
| Binary | 10001101 | 10101000 | 1011011 | 10000 | 0 | 101110 | 100010 | 1010001 | 11111 | 110011 |
Color Harmonies of #8DA85B
Complementary color
Monochromatic Colors of #8DA85B
Black with #8DA85B
Text Example
Text Example
White with #8DA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA85B; }
p { color: rgb(141,168,91); }
H1.HeaderClassName
{
color: #8DA85B;
}
.AnyTagClassName
{
color: #8DA85B;
}
</style>
background-color css
<style>
a { background-color: #8DA85B; }
a { background-color: rgb(141,168,91); }
div.DivClassName
{
background-color: #8DA85B;
}
.BgClassName
{
background-color: #8DA85B;
}
</style>
border-color css
<style>
span { border-color: #8DA85B; }
span { border-color: rgb(141,168,91); }
td.TdClassName
{
border-color: #8DA85B;
}
.TagClassName
{
border-color: #8DA85B;
}
</style>