Shades of Chelsea Cucumber #8CA95E
Tints of Chelsea Cucumber #8CA95E
RGB
CMYK
RGB Variations
Color information
#8CA95E (or 0x8CA95E) is known color: Chelsea Cucumber. HEX triplet: 8C, A9 and 5E. RGB value is (140,169,94). Sum of RGB (Red+Green+Blue) = 140+169+94=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA95E is #7356A1. Grayscale: #989898. Windows color (decimal): -7558818 or 6203788. OLE color: 6203788.
HSL color Cylindrical-coordinate representation of color #8CA95E: hue angle of 83.2º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CA95E is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 94 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.34 |
| HSL | 83.2º | 0.3% | 0.52% | - |
| HSV(B) | 83.2º | 0.44% | 0.66% | - |
| XYZ | 27.02 | 34.76 | 15.87 | - |
| YUV | 151.78 | 95.39 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 94 | 0.17 | 0 | 0.44 | 0.34 | 83.2 | 0.3 | 0.52 |
| Hex | 8C | A9 | 5E | 11 | 0 | 2C | 22 | 53 | 1E | 34 |
| Octal | 214 | 251 | 136 | 21 | 0 | 54 | 42 | 123 | 36 | 64 |
| Binary | 10001100 | 10101001 | 1011110 | 10001 | 0 | 101100 | 100010 | 1010011 | 11110 | 110100 |
Color Harmonies of #8CA95E
Complementary color
Monochromatic Colors of #8CA95E
Black with #8CA95E
Text Example
Text Example
White with #8CA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA95E; }
p { color: rgb(140,169,94); }
H1.HeaderClassName
{
color: #8CA95E;
}
.AnyTagClassName
{
color: #8CA95E;
}
</style>
background-color css
<style>
a { background-color: #8CA95E; }
a { background-color: rgb(140,169,94); }
div.DivClassName
{
background-color: #8CA95E;
}
.BgClassName
{
background-color: #8CA95E;
}
</style>
border-color css
<style>
span { border-color: #8CA95E; }
span { border-color: rgb(140,169,94); }
td.TdClassName
{
border-color: #8CA95E;
}
.TagClassName
{
border-color: #8CA95E;
}
</style>