Shades of Chelsea Cucumber #8DA15D
Tints of Chelsea Cucumber #8DA15D
RGB
CMYK
RGB Variations
Color information
#8DA15D (or 0x8DA15D) is known color: Chelsea Cucumber. HEX triplet: 8D, A1 and 5D. RGB value is (141,161,93). Sum of RGB (Red+Green+Blue) = 141+161+93=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA15D is #725EA2. Grayscale: #939393. Windows color (decimal): -7495331 or 6136205. OLE color: 6136205.
HSL color Cylindrical-coordinate representation of color #8DA15D: hue angle of 77.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DA15D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 93 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.37 |
| HSL | 77.65º | 0.27% | 0.5% | - |
| HSV(B) | 77.65º | 0.42% | 0.63% | - |
| XYZ | 25.71 | 31.94 | 15.17 | - |
| YUV | 147.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 93 | 0.12 | 0 | 0.42 | 0.37 | 77.65 | 0.27 | 0.5 |
| Hex | 8D | A1 | 5D | C | 0 | 2A | 25 | 4E | 1B | 32 |
| Octal | 215 | 241 | 135 | 14 | 0 | 52 | 45 | 116 | 33 | 62 |
| Binary | 10001101 | 10100001 | 1011101 | 1100 | 0 | 101010 | 100101 | 1001110 | 11011 | 110010 |
Color Harmonies of #8DA15D
Complementary color
Monochromatic Colors of #8DA15D
Black with #8DA15D
Text Example
Text Example
White with #8DA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA15D; }
p { color: rgb(141,161,93); }
H1.HeaderClassName
{
color: #8DA15D;
}
.AnyTagClassName
{
color: #8DA15D;
}
</style>
background-color css
<style>
a { background-color: #8DA15D; }
a { background-color: rgb(141,161,93); }
div.DivClassName
{
background-color: #8DA15D;
}
.BgClassName
{
background-color: #8DA15D;
}
</style>
border-color css
<style>
span { border-color: #8DA15D; }
span { border-color: rgb(141,161,93); }
td.TdClassName
{
border-color: #8DA15D;
}
.TagClassName
{
border-color: #8DA15D;
}
</style>