Shades of Chelsea Cucumber #80A04E
Tints of Chelsea Cucumber #80A04E
RGB
CMYK
RGB Variations
Color information
#80A04E (or 0x80A04E) is known color: Chelsea Cucumber. HEX triplet: 80, A0 and 4E. RGB value is (128,160,78). Sum of RGB (Red+Green+Blue) = 128+160+78=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #80A04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A04E is #7F5FB1. Grayscale: #8D8D8D. Windows color (decimal): -8347570 or 5152896. OLE color: 5152896.
HSL color Cylindrical-coordinate representation of color #80A04E: hue angle of 83.41º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80A04E is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 78 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.37 |
| HSL | 83.41º | 0.34% | 0.47% | - |
| HSV(B) | 83.41º | 0.51% | 0.63% | - |
| XYZ | 22.85 | 30.28 | 11.85 | - |
| YUV | 141.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 78 | 0.20 | 0 | 0.51 | 0.37 | 83.41 | 0.34 | 0.47 |
| Hex | 80 | A0 | 4E | 14 | 0 | 33 | 25 | 53 | 22 | 2F |
| Octal | 200 | 240 | 116 | 24 | 0 | 63 | 45 | 123 | 42 | 57 |
| Binary | 10000000 | 10100000 | 1001110 | 10100 | 0 | 110011 | 100101 | 1010011 | 100010 | 101111 |
Color Harmonies of #80A04E
Complementary color
Monochromatic Colors of #80A04E
Black with #80A04E
Text Example
Text Example
White with #80A04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A04E; }
p { color: rgb(128,160,78); }
H1.HeaderClassName
{
color: #80A04E;
}
.AnyTagClassName
{
color: #80A04E;
}
</style>
background-color css
<style>
a { background-color: #80A04E; }
a { background-color: rgb(128,160,78); }
div.DivClassName
{
background-color: #80A04E;
}
.BgClassName
{
background-color: #80A04E;
}
</style>
border-color css
<style>
span { border-color: #80A04E; }
span { border-color: rgb(128,160,78); }
td.TdClassName
{
border-color: #80A04E;
}
.TagClassName
{
border-color: #80A04E;
}
</style>