Shades of Chelsea Cucumber #8CAD63
Tints of Chelsea Cucumber #8CAD63
RGB
CMYK
RGB Variations
Color information
#8CAD63 (or 0x8CAD63) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 63. RGB value is (140,173,99). Sum of RGB (Red+Green+Blue) = 140+173+99=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD63 is #73529C. Grayscale: #9A9A9A. Windows color (decimal): -7557789 or 6532492. OLE color: 6532492.
HSL color Cylindrical-coordinate representation of color #8CAD63: hue angle of 86.76º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CAD63 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 99 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.32 |
| HSL | 86.76º | 0.31% | 0.53% | - |
| HSV(B) | 86.76º | 0.43% | 0.68% | - |
| XYZ | 28.01 | 36.36 | 17.35 | - |
| YUV | 154.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 99 | 0.19 | 0 | 0.43 | 0.32 | 86.76 | 0.31 | 0.53 |
| Hex | 8C | AD | 63 | 13 | 0 | 2B | 20 | 57 | 1F | 35 |
| Octal | 214 | 255 | 143 | 23 | 0 | 53 | 40 | 127 | 37 | 65 |
| Binary | 10001100 | 10101101 | 1100011 | 10011 | 0 | 101011 | 100000 | 1010111 | 11111 | 110101 |
Color Harmonies of #8CAD63
Complementary color
Monochromatic Colors of #8CAD63
Black with #8CAD63
Text Example
Text Example
White with #8CAD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD63; }
p { color: rgb(140,173,99); }
H1.HeaderClassName
{
color: #8CAD63;
}
.AnyTagClassName
{
color: #8CAD63;
}
</style>
background-color css
<style>
a { background-color: #8CAD63; }
a { background-color: rgb(140,173,99); }
div.DivClassName
{
background-color: #8CAD63;
}
.BgClassName
{
background-color: #8CAD63;
}
</style>
border-color css
<style>
span { border-color: #8CAD63; }
span { border-color: rgb(140,173,99); }
td.TdClassName
{
border-color: #8CAD63;
}
.TagClassName
{
border-color: #8CAD63;
}
</style>