Shades of Chelsea Cucumber #8DA165
Tints of Chelsea Cucumber #8DA165
RGB
CMYK
RGB Variations
Color information
#8DA165 (or 0x8DA165) is known color: Chelsea Cucumber. HEX triplet: 8D, A1 and 65. RGB value is (141,161,101). Sum of RGB (Red+Green+Blue) = 141+161+101=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA165 is #725E9A. Grayscale: #949494. Windows color (decimal): -7495323 or 6660493. OLE color: 6660493.
HSL color Cylindrical-coordinate representation of color #8DA165: hue angle of 80º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DA165 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 101 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.37 |
| HSL | 80º | 0.24% | 0.51% | - |
| HSV(B) | 80º | 0.37% | 0.63% | - |
| XYZ | 26.08 | 32.09 | 17.13 | - |
| YUV | 148.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 101 | 0.12 | 0 | 0.37 | 0.37 | 80 | 0.24 | 0.51 |
| Hex | 8D | A1 | 65 | C | 0 | 25 | 25 | 50 | 18 | 33 |
| Octal | 215 | 241 | 145 | 14 | 0 | 45 | 45 | 120 | 30 | 63 |
| Binary | 10001101 | 10100001 | 1100101 | 1100 | 0 | 100101 | 100101 | 1010000 | 11000 | 110011 |
Color Harmonies of #8DA165
Complementary color
Monochromatic Colors of #8DA165
Black with #8DA165
Text Example
Text Example
White with #8DA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA165; }
p { color: rgb(141,161,101); }
H1.HeaderClassName
{
color: #8DA165;
}
.AnyTagClassName
{
color: #8DA165;
}
</style>
background-color css
<style>
a { background-color: #8DA165; }
a { background-color: rgb(141,161,101); }
div.DivClassName
{
background-color: #8DA165;
}
.BgClassName
{
background-color: #8DA165;
}
</style>
border-color css
<style>
span { border-color: #8DA165; }
span { border-color: rgb(141,161,101); }
td.TdClassName
{
border-color: #8DA165;
}
.TagClassName
{
border-color: #8DA165;
}
</style>