Shades of Chelsea Cucumber #8CAA50
Tints of Chelsea Cucumber #8CAA50
RGB
CMYK
RGB Variations
Color information
#8CAA50 (or 0x8CAA50) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 50. RGB value is (140,170,80). Sum of RGB (Red+Green+Blue) = 140+170+80=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA50 is #7355AF. Grayscale: #979797. Windows color (decimal): -7558576 or 5286540. OLE color: 5286540.
HSL color Cylindrical-coordinate representation of color #8CAA50: hue angle of 80º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CAA50 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 80 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.33 |
| HSL | 80º | 0.36% | 0.49% | - |
| HSV(B) | 80º | 0.53% | 0.67% | - |
| XYZ | 26.64 | 34.9 | 12.92 | - |
| YUV | 150.77 | 88.06 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 80 | 0.18 | 0 | 0.53 | 0.33 | 80 | 0.36 | 0.49 |
| Hex | 8C | AA | 50 | 12 | 0 | 35 | 21 | 50 | 24 | 31 |
| Octal | 214 | 252 | 120 | 22 | 0 | 65 | 41 | 120 | 44 | 61 |
| Binary | 10001100 | 10101010 | 1010000 | 10010 | 0 | 110101 | 100001 | 1010000 | 100100 | 110001 |
Color Harmonies of #8CAA50
Complementary color
Monochromatic Colors of #8CAA50
Black with #8CAA50
Text Example
Text Example
White with #8CAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA50; }
p { color: rgb(140,170,80); }
H1.HeaderClassName
{
color: #8CAA50;
}
.AnyTagClassName
{
color: #8CAA50;
}
</style>
background-color css
<style>
a { background-color: #8CAA50; }
a { background-color: rgb(140,170,80); }
div.DivClassName
{
background-color: #8CAA50;
}
.BgClassName
{
background-color: #8CAA50;
}
</style>
border-color css
<style>
span { border-color: #8CAA50; }
span { border-color: rgb(140,170,80); }
td.TdClassName
{
border-color: #8CAA50;
}
.TagClassName
{
border-color: #8CAA50;
}
</style>