Shades of Chelsea Cucumber #8CA75E
Tints of Chelsea Cucumber #8CA75E
RGB
CMYK
RGB Variations
Color information
#8CA75E (or 0x8CA75E) is known color: Chelsea Cucumber. HEX triplet: 8C, A7 and 5E. RGB value is (140,167,94). Sum of RGB (Red+Green+Blue) = 140+167+94=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA75E is #7358A1. Grayscale: #969696. Windows color (decimal): -7559330 or 6203276. OLE color: 6203276.
HSL color Cylindrical-coordinate representation of color #8CA75E: hue angle of 82.19º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CA75E is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 167 | 94 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.35 |
| HSL | 82.19º | 0.29% | 0.51% | - |
| HSV(B) | 82.19º | 0.44% | 0.65% | - |
| XYZ | 26.65 | 34.02 | 15.75 | - |
| YUV | 150.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 94 | 0.16 | 0 | 0.44 | 0.35 | 82.19 | 0.29 | 0.51 |
| Hex | 8C | A7 | 5E | 10 | 0 | 2C | 23 | 52 | 1D | 33 |
| Octal | 214 | 247 | 136 | 20 | 0 | 54 | 43 | 122 | 35 | 63 |
| Binary | 10001100 | 10100111 | 1011110 | 10000 | 0 | 101100 | 100011 | 1010010 | 11101 | 110011 |
Color Harmonies of #8CA75E
Complementary color
Monochromatic Colors of #8CA75E
Black with #8CA75E
Text Example
Text Example
White with #8CA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA75E; }
p { color: rgb(140,167,94); }
H1.HeaderClassName
{
color: #8CA75E;
}
.AnyTagClassName
{
color: #8CA75E;
}
</style>
background-color css
<style>
a { background-color: #8CA75E; }
a { background-color: rgb(140,167,94); }
div.DivClassName
{
background-color: #8CA75E;
}
.BgClassName
{
background-color: #8CA75E;
}
</style>
border-color css
<style>
span { border-color: #8CA75E; }
span { border-color: rgb(140,167,94); }
td.TdClassName
{
border-color: #8CA75E;
}
.TagClassName
{
border-color: #8CA75E;
}
</style>