Shades of Chelsea Cucumber #8CAE5F
Tints of Chelsea Cucumber #8CAE5F
RGB
CMYK
RGB Variations
Color information
#8CAE5F (or 0x8CAE5F) is known color: Chelsea Cucumber. HEX triplet: 8C, AE and 5F. RGB value is (140,174,95). Sum of RGB (Red+Green+Blue) = 140+174+95=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE5F is #7351A0. Grayscale: #9B9B9B. Windows color (decimal): -7557537 or 6270604. OLE color: 6270604.
HSL color Cylindrical-coordinate representation of color #8CAE5F: hue angle of 85.82º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CAE5F is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 95 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.32 |
| HSL | 85.82º | 0.33% | 0.53% | - |
| HSV(B) | 85.82º | 0.45% | 0.68% | - |
| XYZ | 28.02 | 36.67 | 16.43 | - |
| YUV | 154.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 95 | 0.20 | 0 | 0.45 | 0.32 | 85.82 | 0.33 | 0.53 |
| Hex | 8C | AE | 5F | 14 | 0 | 2D | 20 | 56 | 21 | 35 |
| Octal | 214 | 256 | 137 | 24 | 0 | 55 | 40 | 126 | 41 | 65 |
| Binary | 10001100 | 10101110 | 1011111 | 10100 | 0 | 101101 | 100000 | 1010110 | 100001 | 110101 |
Color Harmonies of #8CAE5F
Complementary color
Monochromatic Colors of #8CAE5F
Black with #8CAE5F
Text Example
Text Example
White with #8CAE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE5F; }
p { color: rgb(140,174,95); }
H1.HeaderClassName
{
color: #8CAE5F;
}
.AnyTagClassName
{
color: #8CAE5F;
}
</style>
background-color css
<style>
a { background-color: #8CAE5F; }
a { background-color: rgb(140,174,95); }
div.DivClassName
{
background-color: #8CAE5F;
}
.BgClassName
{
background-color: #8CAE5F;
}
</style>
border-color css
<style>
span { border-color: #8CAE5F; }
span { border-color: rgb(140,174,95); }
td.TdClassName
{
border-color: #8CAE5F;
}
.TagClassName
{
border-color: #8CAE5F;
}
</style>