Shades of Chelsea Cucumber #8DA26C
Tints of Chelsea Cucumber #8DA26C
RGB
CMYK
RGB Variations
Color information
#8DA26C (or 0x8DA26C) is known color: Chelsea Cucumber. HEX triplet: 8D, A2 and 6C. RGB value is (141,162,108). Sum of RGB (Red+Green+Blue) = 141+162+108=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA26C is #725D93. Grayscale: #959595. Windows color (decimal): -7495060 or 7119501. OLE color: 7119501.
HSL color Cylindrical-coordinate representation of color #8DA26C: hue angle of 83.33º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DA26C is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 108 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.36 |
| HSL | 83.33º | 0.23% | 0.53% | - |
| HSV(B) | 83.33º | 0.33% | 0.64% | - |
| XYZ | 26.61 | 32.59 | 19.07 | - |
| YUV | 149.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 108 | 0.13 | 0 | 0.33 | 0.36 | 83.33 | 0.23 | 0.53 |
| Hex | 8D | A2 | 6C | D | 0 | 21 | 24 | 53 | 16 | 35 |
| Octal | 215 | 242 | 154 | 15 | 0 | 41 | 44 | 123 | 26 | 65 |
| Binary | 10001101 | 10100010 | 1101100 | 1101 | 0 | 100001 | 100100 | 1010011 | 10110 | 110101 |
Color Harmonies of #8DA26C
Complementary color
Monochromatic Colors of #8DA26C
Black with #8DA26C
Text Example
Text Example
White with #8DA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA26C; }
p { color: rgb(141,162,108); }
H1.HeaderClassName
{
color: #8DA26C;
}
.AnyTagClassName
{
color: #8DA26C;
}
</style>
background-color css
<style>
a { background-color: #8DA26C; }
a { background-color: rgb(141,162,108); }
div.DivClassName
{
background-color: #8DA26C;
}
.BgClassName
{
background-color: #8DA26C;
}
</style>
border-color css
<style>
span { border-color: #8DA26C; }
span { border-color: rgb(141,162,108); }
td.TdClassName
{
border-color: #8DA26C;
}
.TagClassName
{
border-color: #8DA26C;
}
</style>