Shades of Chelsea Cucumber #8CA357
Tints of Chelsea Cucumber #8CA357
RGB
CMYK
RGB Variations
Color information
#8CA357 (or 0x8CA357) is known color: Chelsea Cucumber. HEX triplet: 8C, A3 and 57. RGB value is (140,163,87). Sum of RGB (Red+Green+Blue) = 140+163+87=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA357 is #735CA8. Grayscale: #939393. Windows color (decimal): -7560361 or 5743500. OLE color: 5743500.
HSL color Cylindrical-coordinate representation of color #8CA357: hue angle of 78.16º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CA357 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 87 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.36 |
| HSL | 78.16º | 0.3% | 0.49% | - |
| HSV(B) | 78.16º | 0.47% | 0.64% | - |
| XYZ | 25.63 | 32.46 | 13.93 | - |
| YUV | 147.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 87 | 0.14 | 0 | 0.47 | 0.36 | 78.16 | 0.3 | 0.49 |
| Hex | 8C | A3 | 57 | E | 0 | 2F | 24 | 4E | 1E | 31 |
| Octal | 214 | 243 | 127 | 16 | 0 | 57 | 44 | 116 | 36 | 61 |
| Binary | 10001100 | 10100011 | 1010111 | 1110 | 0 | 101111 | 100100 | 1001110 | 11110 | 110001 |
Color Harmonies of #8CA357
Complementary color
Monochromatic Colors of #8CA357
Black with #8CA357
Text Example
Text Example
White with #8CA357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA357; }
p { color: rgb(140,163,87); }
H1.HeaderClassName
{
color: #8CA357;
}
.AnyTagClassName
{
color: #8CA357;
}
</style>
background-color css
<style>
a { background-color: #8CA357; }
a { background-color: rgb(140,163,87); }
div.DivClassName
{
background-color: #8CA357;
}
.BgClassName
{
background-color: #8CA357;
}
</style>
border-color css
<style>
span { border-color: #8CA357; }
span { border-color: rgb(140,163,87); }
td.TdClassName
{
border-color: #8CA357;
}
.TagClassName
{
border-color: #8CA357;
}
</style>