Shades of Chelsea Cucumber #8DA25E
Tints of Chelsea Cucumber #8DA25E
RGB
CMYK
RGB Variations
Color information
#8DA25E (or 0x8DA25E) is known color: Chelsea Cucumber. HEX triplet: 8D, A2 and 5E. RGB value is (141,162,94). Sum of RGB (Red+Green+Blue) = 141+162+94=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA25E is #725DA1. Grayscale: #949494. Windows color (decimal): -7495074 or 6201997. OLE color: 6201997.
HSL color Cylindrical-coordinate representation of color #8DA25E: hue angle of 78.53º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DA25E is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 94 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.36 |
| HSL | 78.53º | 0.27% | 0.5% | - |
| HSV(B) | 78.53º | 0.42% | 0.64% | - |
| XYZ | 25.93 | 32.31 | 15.46 | - |
| YUV | 147.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 94 | 0.13 | 0 | 0.42 | 0.36 | 78.53 | 0.27 | 0.5 |
| Hex | 8D | A2 | 5E | D | 0 | 2A | 24 | 4F | 1B | 32 |
| Octal | 215 | 242 | 136 | 15 | 0 | 52 | 44 | 117 | 33 | 62 |
| Binary | 10001101 | 10100010 | 1011110 | 1101 | 0 | 101010 | 100100 | 1001111 | 11011 | 110010 |
Color Harmonies of #8DA25E
Complementary color
Monochromatic Colors of #8DA25E
Black with #8DA25E
Text Example
Text Example
White with #8DA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA25E; }
p { color: rgb(141,162,94); }
H1.HeaderClassName
{
color: #8DA25E;
}
.AnyTagClassName
{
color: #8DA25E;
}
</style>
background-color css
<style>
a { background-color: #8DA25E; }
a { background-color: rgb(141,162,94); }
div.DivClassName
{
background-color: #8DA25E;
}
.BgClassName
{
background-color: #8DA25E;
}
</style>
border-color css
<style>
span { border-color: #8DA25E; }
span { border-color: rgb(141,162,94); }
td.TdClassName
{
border-color: #8DA25E;
}
.TagClassName
{
border-color: #8DA25E;
}
</style>