Shades of Chelsea Cucumber #8CAD55
Tints of Chelsea Cucumber #8CAD55
RGB
CMYK
RGB Variations
Color information
#8CAD55 (or 0x8CAD55) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 55. RGB value is (140,173,85). Sum of RGB (Red+Green+Blue) = 140+173+85=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD55 is #7352AA. Grayscale: #999999. Windows color (decimal): -7557803 or 5614988. OLE color: 5614988.
HSL color Cylindrical-coordinate representation of color #8CAD55: hue angle of 82.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CAD55 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 85 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.32 |
| HSL | 82.5º | 0.35% | 0.51% | - |
| HSV(B) | 82.5º | 0.51% | 0.68% | - |
| XYZ | 27.4 | 36.12 | 14.12 | - |
| YUV | 153.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 85 | 0.19 | 0 | 0.51 | 0.32 | 82.5 | 0.35 | 0.51 |
| Hex | 8C | AD | 55 | 13 | 0 | 33 | 20 | 52 | 23 | 33 |
| Octal | 214 | 255 | 125 | 23 | 0 | 63 | 40 | 122 | 43 | 63 |
| Binary | 10001100 | 10101101 | 1010101 | 10011 | 0 | 110011 | 100000 | 1010010 | 100011 | 110011 |
Color Harmonies of #8CAD55
Complementary color
Monochromatic Colors of #8CAD55
Black with #8CAD55
Text Example
Text Example
White with #8CAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD55; }
p { color: rgb(140,173,85); }
H1.HeaderClassName
{
color: #8CAD55;
}
.AnyTagClassName
{
color: #8CAD55;
}
</style>
background-color css
<style>
a { background-color: #8CAD55; }
a { background-color: rgb(140,173,85); }
div.DivClassName
{
background-color: #8CAD55;
}
.BgClassName
{
background-color: #8CAD55;
}
</style>
border-color css
<style>
span { border-color: #8CAD55; }
span { border-color: rgb(140,173,85); }
td.TdClassName
{
border-color: #8CAD55;
}
.TagClassName
{
border-color: #8CAD55;
}
</style>