Shades of Chelsea Cucumber #8AA56E
Tints of Chelsea Cucumber #8AA56E
RGB
CMYK
RGB Variations
Color information
#8AA56E (or 0x8AA56E) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 6E. RGB value is (138,165,110). Sum of RGB (Red+Green+Blue) = 138+165+110=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA56E is #755A91. Grayscale: #969696. Windows color (decimal): -7690898 or 7251338. OLE color: 7251338.
HSL color Cylindrical-coordinate representation of color #8AA56E: hue angle of 89.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AA56E is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 110 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.35 |
| HSL | 89.45º | 0.23% | 0.54% | - |
| HSV(B) | 89.45º | 0.33% | 0.65% | - |
| XYZ | 26.75 | 33.44 | 19.8 | - |
| YUV | 150.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 110 | 0.16 | 0 | 0.33 | 0.35 | 89.45 | 0.23 | 0.54 |
| Hex | 8A | A5 | 6E | 10 | 0 | 21 | 23 | 59 | 17 | 36 |
| Octal | 212 | 245 | 156 | 20 | 0 | 41 | 43 | 131 | 27 | 66 |
| Binary | 10001010 | 10100101 | 1101110 | 10000 | 0 | 100001 | 100011 | 1011001 | 10111 | 110110 |
Color Harmonies of #8AA56E
Complementary color
Monochromatic Colors of #8AA56E
Black with #8AA56E
Text Example
Text Example
White with #8AA56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA56E; }
p { color: rgb(138,165,110); }
H1.HeaderClassName
{
color: #8AA56E;
}
.AnyTagClassName
{
color: #8AA56E;
}
</style>
background-color css
<style>
a { background-color: #8AA56E; }
a { background-color: rgb(138,165,110); }
div.DivClassName
{
background-color: #8AA56E;
}
.BgClassName
{
background-color: #8AA56E;
}
</style>
border-color css
<style>
span { border-color: #8AA56E; }
span { border-color: rgb(138,165,110); }
td.TdClassName
{
border-color: #8AA56E;
}
.TagClassName
{
border-color: #8AA56E;
}
</style>