Shades of Chelsea Cucumber #8DA458
Tints of Chelsea Cucumber #8DA458
RGB
CMYK
RGB Variations
Color information
#8DA458 (or 0x8DA458) is known color: Chelsea Cucumber. HEX triplet: 8D, A4 and 58. RGB value is (141,164,88). Sum of RGB (Red+Green+Blue) = 141+164+88=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA458 is #725BA7. Grayscale: #949494. Windows color (decimal): -7494568 or 5809293. OLE color: 5809293.
HSL color Cylindrical-coordinate representation of color #8DA458: hue angle of 78.16º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DA458 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 164 | 88 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.36 |
| HSL | 78.16º | 0.3% | 0.49% | - |
| HSV(B) | 78.16º | 0.46% | 0.64% | - |
| XYZ | 26.02 | 32.92 | 14.21 | - |
| YUV | 148.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 164 | 88 | 0.14 | 0 | 0.46 | 0.36 | 78.16 | 0.3 | 0.49 |
| Hex | 8D | A4 | 58 | E | 0 | 2E | 24 | 4E | 1E | 31 |
| Octal | 215 | 244 | 130 | 16 | 0 | 56 | 44 | 116 | 36 | 61 |
| Binary | 10001101 | 10100100 | 1011000 | 1110 | 0 | 101110 | 100100 | 1001110 | 11110 | 110001 |
Color Harmonies of #8DA458
Complementary color
Monochromatic Colors of #8DA458
Black with #8DA458
Text Example
Text Example
White with #8DA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA458; }
p { color: rgb(141,164,88); }
H1.HeaderClassName
{
color: #8DA458;
}
.AnyTagClassName
{
color: #8DA458;
}
</style>
background-color css
<style>
a { background-color: #8DA458; }
a { background-color: rgb(141,164,88); }
div.DivClassName
{
background-color: #8DA458;
}
.BgClassName
{
background-color: #8DA458;
}
</style>
border-color css
<style>
span { border-color: #8DA458; }
span { border-color: rgb(141,164,88); }
td.TdClassName
{
border-color: #8DA458;
}
.TagClassName
{
border-color: #8DA458;
}
</style>