Shades of Chelsea Cucumber #8A9D6E
Tints of Chelsea Cucumber #8A9D6E
RGB
CMYK
RGB Variations
Color information
#8A9D6E (or 0x8A9D6E) is known color: Chelsea Cucumber. HEX triplet: 8A, 9D and 6E. RGB value is (138,157,110). Sum of RGB (Red+Green+Blue) = 138+157+110=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9D6E is #756291. Grayscale: #929292. Windows color (decimal): -7692946 or 7249290. OLE color: 7249290.
HSL color Cylindrical-coordinate representation of color #8A9D6E: hue angle of 84.26º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A9D6E is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 157 | 110 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.38 |
| HSL | 84.26º | 0.19% | 0.52% | - |
| HSV(B) | 84.26º | 0.3% | 0.62% | - |
| XYZ | 25.35 | 30.64 | 19.33 | - |
| YUV | 145.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 110 | 0.12 | 0 | 0.30 | 0.38 | 84.26 | 0.19 | 0.52 |
| Hex | 8A | 9D | 6E | C | 0 | 1E | 26 | 54 | 13 | 34 |
| Octal | 212 | 235 | 156 | 14 | 0 | 36 | 46 | 124 | 23 | 64 |
| Binary | 10001010 | 10011101 | 1101110 | 1100 | 0 | 11110 | 100110 | 1010100 | 10011 | 110100 |
Color Harmonies of #8A9D6E
Complementary color
Monochromatic Colors of #8A9D6E
Black with #8A9D6E
Text Example
Text Example
White with #8A9D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9D6E; }
p { color: rgb(138,157,110); }
H1.HeaderClassName
{
color: #8A9D6E;
}
.AnyTagClassName
{
color: #8A9D6E;
}
</style>
background-color css
<style>
a { background-color: #8A9D6E; }
a { background-color: rgb(138,157,110); }
div.DivClassName
{
background-color: #8A9D6E;
}
.BgClassName
{
background-color: #8A9D6E;
}
</style>
border-color css
<style>
span { border-color: #8A9D6E; }
span { border-color: rgb(138,157,110); }
td.TdClassName
{
border-color: #8A9D6E;
}
.TagClassName
{
border-color: #8A9D6E;
}
</style>