Shades of Chelsea Cucumber #8CA55C
Tints of Chelsea Cucumber #8CA55C
RGB
CMYK
RGB Variations
Color information
#8CA55C (or 0x8CA55C) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 5C. RGB value is (140,165,92). Sum of RGB (Red+Green+Blue) = 140+165+92=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA55C is #735AA3. Grayscale: #959595. Windows color (decimal): -7559844 or 6071692. OLE color: 6071692.
HSL color Cylindrical-coordinate representation of color #8CA55C: hue angle of 80.55º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CA55C is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 165 | 92 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.35 |
| HSL | 80.55º | 0.29% | 0.5% | - |
| HSV(B) | 80.55º | 0.44% | 0.65% | - |
| XYZ | 26.2 | 33.26 | 15.16 | - |
| YUV | 149.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 165 | 92 | 0.15 | 0 | 0.44 | 0.35 | 80.55 | 0.29 | 0.5 |
| Hex | 8C | A5 | 5C | F | 0 | 2C | 23 | 51 | 1D | 32 |
| Octal | 214 | 245 | 134 | 17 | 0 | 54 | 43 | 121 | 35 | 62 |
| Binary | 10001100 | 10100101 | 1011100 | 1111 | 0 | 101100 | 100011 | 1010001 | 11101 | 110010 |
Color Harmonies of #8CA55C
Complementary color
Monochromatic Colors of #8CA55C
Black with #8CA55C
Text Example
Text Example
White with #8CA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA55C; }
p { color: rgb(140,165,92); }
H1.HeaderClassName
{
color: #8CA55C;
}
.AnyTagClassName
{
color: #8CA55C;
}
</style>
background-color css
<style>
a { background-color: #8CA55C; }
a { background-color: rgb(140,165,92); }
div.DivClassName
{
background-color: #8CA55C;
}
.BgClassName
{
background-color: #8CA55C;
}
</style>
border-color css
<style>
span { border-color: #8CA55C; }
span { border-color: rgb(140,165,92); }
td.TdClassName
{
border-color: #8CA55C;
}
.TagClassName
{
border-color: #8CA55C;
}
</style>