Shades of Chelsea Cucumber #80A14D
Tints of Chelsea Cucumber #80A14D
RGB
CMYK
RGB Variations
Color information
#80A14D (or 0x80A14D) is known color: Chelsea Cucumber. HEX triplet: 80, A1 and 4D. RGB value is (128,161,77). Sum of RGB (Red+Green+Blue) = 128+161+77=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #80A14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A14D is #7F5EB2. Grayscale: #8D8D8D. Windows color (decimal): -8347315 or 5087616. OLE color: 5087616.
HSL color Cylindrical-coordinate representation of color #80A14D: hue angle of 83.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80A14D is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 161 | 77 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.37 |
| HSL | 83.57º | 0.35% | 0.47% | - |
| HSV(B) | 83.57º | 0.52% | 0.63% | - |
| XYZ | 22.99 | 30.61 | 11.72 | - |
| YUV | 141.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 77 | 0.20 | 0 | 0.52 | 0.37 | 83.57 | 0.35 | 0.47 |
| Hex | 80 | A1 | 4D | 14 | 0 | 34 | 25 | 54 | 23 | 2F |
| Octal | 200 | 241 | 115 | 24 | 0 | 64 | 45 | 124 | 43 | 57 |
| Binary | 10000000 | 10100001 | 1001101 | 10100 | 0 | 110100 | 100101 | 1010100 | 100011 | 101111 |
Color Harmonies of #80A14D
Complementary color
Monochromatic Colors of #80A14D
Black with #80A14D
Text Example
Text Example
White with #80A14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A14D; }
p { color: rgb(128,161,77); }
H1.HeaderClassName
{
color: #80A14D;
}
.AnyTagClassName
{
color: #80A14D;
}
</style>
background-color css
<style>
a { background-color: #80A14D; }
a { background-color: rgb(128,161,77); }
div.DivClassName
{
background-color: #80A14D;
}
.BgClassName
{
background-color: #80A14D;
}
</style>
border-color css
<style>
span { border-color: #80A14D; }
span { border-color: rgb(128,161,77); }
td.TdClassName
{
border-color: #80A14D;
}
.TagClassName
{
border-color: #80A14D;
}
</style>