Shades of Chelsea Cucumber #8DA168
Tints of Chelsea Cucumber #8DA168
RGB
CMYK
RGB Variations
Color information
#8DA168 (or 0x8DA168) is known color: Chelsea Cucumber. HEX triplet: 8D, A1 and 68. RGB value is (141,161,104). Sum of RGB (Red+Green+Blue) = 141+161+104=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA168 is #725E97. Grayscale: #949494. Windows color (decimal): -7495320 or 6857101. OLE color: 6857101.
HSL color Cylindrical-coordinate representation of color #8DA168: hue angle of 81.05º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DA168 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 104 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.37 |
| HSL | 81.05º | 0.23% | 0.52% | - |
| HSV(B) | 81.05º | 0.35% | 0.63% | - |
| XYZ | 26.23 | 32.15 | 17.92 | - |
| YUV | 148.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 104 | 0.12 | 0 | 0.35 | 0.37 | 81.05 | 0.23 | 0.52 |
| Hex | 8D | A1 | 68 | C | 0 | 23 | 25 | 51 | 17 | 34 |
| Octal | 215 | 241 | 150 | 14 | 0 | 43 | 45 | 121 | 27 | 64 |
| Binary | 10001101 | 10100001 | 1101000 | 1100 | 0 | 100011 | 100101 | 1010001 | 10111 | 110100 |
Color Harmonies of #8DA168
Complementary color
Monochromatic Colors of #8DA168
Black with #8DA168
Text Example
Text Example
White with #8DA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA168; }
p { color: rgb(141,161,104); }
H1.HeaderClassName
{
color: #8DA168;
}
.AnyTagClassName
{
color: #8DA168;
}
</style>
background-color css
<style>
a { background-color: #8DA168; }
a { background-color: rgb(141,161,104); }
div.DivClassName
{
background-color: #8DA168;
}
.BgClassName
{
background-color: #8DA168;
}
</style>
border-color css
<style>
span { border-color: #8DA168; }
span { border-color: rgb(141,161,104); }
td.TdClassName
{
border-color: #8DA168;
}
.TagClassName
{
border-color: #8DA168;
}
</style>