Shades of Chelsea Cucumber #8CAD50
Tints of Chelsea Cucumber #8CAD50
RGB
CMYK
RGB Variations
Color information
#8CAD50 (or 0x8CAD50) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 50. RGB value is (140,173,80). Sum of RGB (Red+Green+Blue) = 140+173+80=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD50 is #7352AF. Grayscale: #989898. Windows color (decimal): -7557808 or 5287308. OLE color: 5287308.
HSL color Cylindrical-coordinate representation of color #8CAD50: hue angle of 81.29º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CAD50 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 80 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.32 |
| HSL | 81.29º | 0.37% | 0.5% | - |
| HSV(B) | 81.29º | 0.54% | 0.68% | - |
| XYZ | 27.21 | 36.04 | 13.11 | - |
| YUV | 152.53 | 87.07 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 80 | 0.19 | 0 | 0.54 | 0.32 | 81.29 | 0.37 | 0.5 |
| Hex | 8C | AD | 50 | 13 | 0 | 36 | 20 | 51 | 25 | 32 |
| Octal | 214 | 255 | 120 | 23 | 0 | 66 | 40 | 121 | 45 | 62 |
| Binary | 10001100 | 10101101 | 1010000 | 10011 | 0 | 110110 | 100000 | 1010001 | 100101 | 110010 |
Color Harmonies of #8CAD50
Complementary color
Monochromatic Colors of #8CAD50
Black with #8CAD50
Text Example
Text Example
White with #8CAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD50; }
p { color: rgb(140,173,80); }
H1.HeaderClassName
{
color: #8CAD50;
}
.AnyTagClassName
{
color: #8CAD50;
}
</style>
background-color css
<style>
a { background-color: #8CAD50; }
a { background-color: rgb(140,173,80); }
div.DivClassName
{
background-color: #8CAD50;
}
.BgClassName
{
background-color: #8CAD50;
}
</style>
border-color css
<style>
span { border-color: #8CAD50; }
span { border-color: rgb(140,173,80); }
td.TdClassName
{
border-color: #8CAD50;
}
.TagClassName
{
border-color: #8CAD50;
}
</style>