Shades of Chelsea Cucumber #8AA156
Tints of Chelsea Cucumber #8AA156
RGB
CMYK
RGB Variations
Color information
#8AA156 (or 0x8AA156) is known color: Chelsea Cucumber. HEX triplet: 8A, A1 and 56. RGB value is (138,161,86). Sum of RGB (Red+Green+Blue) = 138+161+86=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA156 is #755EA9. Grayscale: #919191. Windows color (decimal): -7691946 or 5677450. OLE color: 5677450.
HSL color Cylindrical-coordinate representation of color #8AA156: hue angle of 78.4º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AA156 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 86 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.37 |
| HSL | 78.4º | 0.3% | 0.48% | - |
| HSV(B) | 78.4º | 0.47% | 0.63% | - |
| XYZ | 24.91 | 31.56 | 13.58 | - |
| YUV | 145.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 86 | 0.14 | 0 | 0.47 | 0.37 | 78.4 | 0.3 | 0.48 |
| Hex | 8A | A1 | 56 | E | 0 | 2F | 25 | 4E | 1E | 30 |
| Octal | 212 | 241 | 126 | 16 | 0 | 57 | 45 | 116 | 36 | 60 |
| Binary | 10001010 | 10100001 | 1010110 | 1110 | 0 | 101111 | 100101 | 1001110 | 11110 | 110000 |
Color Harmonies of #8AA156
Complementary color
Monochromatic Colors of #8AA156
Black with #8AA156
Text Example
Text Example
White with #8AA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA156; }
p { color: rgb(138,161,86); }
H1.HeaderClassName
{
color: #8AA156;
}
.AnyTagClassName
{
color: #8AA156;
}
</style>
background-color css
<style>
a { background-color: #8AA156; }
a { background-color: rgb(138,161,86); }
div.DivClassName
{
background-color: #8AA156;
}
.BgClassName
{
background-color: #8AA156;
}
</style>
border-color css
<style>
span { border-color: #8AA156; }
span { border-color: rgb(138,161,86); }
td.TdClassName
{
border-color: #8AA156;
}
.TagClassName
{
border-color: #8AA156;
}
</style>