Shades of Chelsea Cucumber #8CA271
Tints of Chelsea Cucumber #8CA271
RGB
CMYK
RGB Variations
Color information
#8CA271 (or 0x8CA271) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 71. RGB value is (140,162,113). Sum of RGB (Red+Green+Blue) = 140+162+113=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA271 is #735D8E. Grayscale: #969696. Windows color (decimal): -7560591 or 7447180. OLE color: 7447180.
HSL color Cylindrical-coordinate representation of color #8CA271: hue angle of 86.94º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CA271 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 113 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.36 |
| HSL | 86.94º | 0.21% | 0.54% | - |
| HSV(B) | 86.94º | 0.3% | 0.64% | - |
| XYZ | 26.72 | 32.61 | 20.51 | - |
| YUV | 149.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 113 | 0.14 | 0 | 0.30 | 0.36 | 86.94 | 0.21 | 0.54 |
| Hex | 8C | A2 | 71 | E | 0 | 1E | 24 | 57 | 15 | 36 |
| Octal | 214 | 242 | 161 | 16 | 0 | 36 | 44 | 127 | 25 | 66 |
| Binary | 10001100 | 10100010 | 1110001 | 1110 | 0 | 11110 | 100100 | 1010111 | 10101 | 110110 |
Color Harmonies of #8CA271
Complementary color
Monochromatic Colors of #8CA271
Black with #8CA271
Text Example
Text Example
White with #8CA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA271; }
p { color: rgb(140,162,113); }
H1.HeaderClassName
{
color: #8CA271;
}
.AnyTagClassName
{
color: #8CA271;
}
</style>
background-color css
<style>
a { background-color: #8CA271; }
a { background-color: rgb(140,162,113); }
div.DivClassName
{
background-color: #8CA271;
}
.BgClassName
{
background-color: #8CA271;
}
</style>
border-color css
<style>
span { border-color: #8CA271; }
span { border-color: rgb(140,162,113); }
td.TdClassName
{
border-color: #8CA271;
}
.TagClassName
{
border-color: #8CA271;
}
</style>