Shades of Chelsea Cucumber #8CAF5E
Tints of Chelsea Cucumber #8CAF5E
RGB
CMYK
RGB Variations
Color information
#8CAF5E (or 0x8CAF5E) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 5E. RGB value is (140,175,94). Sum of RGB (Red+Green+Blue) = 140+175+94=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF5E is #7350A1. Grayscale: #9B9B9B. Windows color (decimal): -7557282 or 6205324. OLE color: 6205324.
HSL color Cylindrical-coordinate representation of color #8CAF5E: hue angle of 85.93º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CAF5E is Cyan = 0.2, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 94 | - |
| CMYK | 0.2 | 0 | 0.46 | 0.31 |
| HSL | 85.93º | 0.34% | 0.53% | - |
| HSV(B) | 85.93º | 0.46% | 0.69% | - |
| XYZ | 28.17 | 37.04 | 16.26 | - |
| YUV | 155.3 | 93.4 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 94 | 0.2 | 0 | 0.46 | 0.31 | 85.93 | 0.34 | 0.53 |
| Hex | 8C | AF | 5E | 14 | 0 | 2E | 1F | 56 | 22 | 35 |
| Octal | 214 | 257 | 136 | 24 | 0 | 56 | 37 | 126 | 42 | 65 |
| Binary | 10001100 | 10101111 | 1011110 | 10100 | 0 | 101110 | 11111 | 1010110 | 100010 | 110101 |
Color Harmonies of #8CAF5E
Complementary color
Monochromatic Colors of #8CAF5E
Black with #8CAF5E
Text Example
Text Example
White with #8CAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF5E; }
p { color: rgb(140,175,94); }
H1.HeaderClassName
{
color: #8CAF5E;
}
.AnyTagClassName
{
color: #8CAF5E;
}
</style>
background-color css
<style>
a { background-color: #8CAF5E; }
a { background-color: rgb(140,175,94); }
div.DivClassName
{
background-color: #8CAF5E;
}
.BgClassName
{
background-color: #8CAF5E;
}
</style>
border-color css
<style>
span { border-color: #8CAF5E; }
span { border-color: rgb(140,175,94); }
td.TdClassName
{
border-color: #8CAF5E;
}
.TagClassName
{
border-color: #8CAF5E;
}
</style>