Shades of Chelsea Cucumber #8DA149
Tints of Chelsea Cucumber #8DA149
RGB
CMYK
RGB Variations
Color information
#8DA149 (or 0x8DA149) is known color: Chelsea Cucumber. HEX triplet: 8D, A1 and 49. RGB value is (141,161,73). Sum of RGB (Red+Green+Blue) = 141+161+73=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA149 is #725EB6. Grayscale: #919191. Windows color (decimal): -7495351 or 4825485. OLE color: 4825485.
HSL color Cylindrical-coordinate representation of color #8DA149: hue angle of 73.64º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DA149 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 73 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.37 |
| HSL | 73.64º | 0.38% | 0.46% | - |
| HSV(B) | 73.64º | 0.55% | 0.63% | - |
| XYZ | 24.93 | 31.63 | 11.1 | - |
| YUV | 144.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 73 | 0.12 | 0 | 0.55 | 0.37 | 73.64 | 0.38 | 0.46 |
| Hex | 8D | A1 | 49 | C | 0 | 37 | 25 | 4A | 26 | 2E |
| Octal | 215 | 241 | 111 | 14 | 0 | 67 | 45 | 112 | 46 | 56 |
| Binary | 10001101 | 10100001 | 1001001 | 1100 | 0 | 110111 | 100101 | 1001010 | 100110 | 101110 |
Color Harmonies of #8DA149
Complementary color
Monochromatic Colors of #8DA149
Black with #8DA149
Text Example
Text Example
White with #8DA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA149; }
p { color: rgb(141,161,73); }
H1.HeaderClassName
{
color: #8DA149;
}
.AnyTagClassName
{
color: #8DA149;
}
</style>
background-color css
<style>
a { background-color: #8DA149; }
a { background-color: rgb(141,161,73); }
div.DivClassName
{
background-color: #8DA149;
}
.BgClassName
{
background-color: #8DA149;
}
</style>
border-color css
<style>
span { border-color: #8DA149; }
span { border-color: rgb(141,161,73); }
td.TdClassName
{
border-color: #8DA149;
}
.TagClassName
{
border-color: #8DA149;
}
</style>