Shades of Chelsea Cucumber #8CAA6E
Tints of Chelsea Cucumber #8CAA6E
RGB
CMYK
RGB Variations
Color information
#8CAA6E (or 0x8CAA6E) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 6E. RGB value is (140,170,110). Sum of RGB (Red+Green+Blue) = 140+170+110=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA6E is #735591. Grayscale: #9A9A9A. Windows color (decimal): -7558546 or 7252620. OLE color: 7252620.
HSL color Cylindrical-coordinate representation of color #8CAA6E: hue angle of 90º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CAA6E is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 110 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.33 |
| HSL | 90º | 0.26% | 0.55% | - |
| HSV(B) | 90º | 0.35% | 0.67% | - |
| XYZ | 28 | 35.45 | 20.12 | - |
| YUV | 154.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 110 | 0.18 | 0 | 0.35 | 0.33 | 90 | 0.26 | 0.55 |
| Hex | 8C | AA | 6E | 12 | 0 | 23 | 21 | 5A | 1A | 37 |
| Octal | 214 | 252 | 156 | 22 | 0 | 43 | 41 | 132 | 32 | 67 |
| Binary | 10001100 | 10101010 | 1101110 | 10010 | 0 | 100011 | 100001 | 1011010 | 11010 | 110111 |
Color Harmonies of #8CAA6E
Complementary color
Monochromatic Colors of #8CAA6E
Black with #8CAA6E
Text Example
Text Example
White with #8CAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA6E; }
p { color: rgb(140,170,110); }
H1.HeaderClassName
{
color: #8CAA6E;
}
.AnyTagClassName
{
color: #8CAA6E;
}
</style>
background-color css
<style>
a { background-color: #8CAA6E; }
a { background-color: rgb(140,170,110); }
div.DivClassName
{
background-color: #8CAA6E;
}
.BgClassName
{
background-color: #8CAA6E;
}
</style>
border-color css
<style>
span { border-color: #8CAA6E; }
span { border-color: rgb(140,170,110); }
td.TdClassName
{
border-color: #8CAA6E;
}
.TagClassName
{
border-color: #8CAA6E;
}
</style>