Shades of Chelsea Cucumber #80AA4D
Tints of Chelsea Cucumber #80AA4D
RGB
CMYK
RGB Variations
Color information
#80AA4D (or 0x80AA4D) is known color: Chelsea Cucumber. HEX triplet: 80, AA and 4D. RGB value is (128,170,77). Sum of RGB (Red+Green+Blue) = 128+170+77=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA4D is #7F55B2. Grayscale: #939393. Windows color (decimal): -8345011 or 5089920. OLE color: 5089920.
HSL color Cylindrical-coordinate representation of color #80AA4D: hue angle of 87.1º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80AA4D is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 77 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.33 |
| HSL | 87.1º | 0.38% | 0.48% | - |
| HSV(B) | 87.1º | 0.55% | 0.67% | - |
| XYZ | 24.62 | 33.87 | 12.26 | - |
| YUV | 146.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 77 | 0.25 | 0 | 0.55 | 0.33 | 87.1 | 0.38 | 0.48 |
| Hex | 80 | AA | 4D | 19 | 0 | 37 | 21 | 57 | 26 | 30 |
| Octal | 200 | 252 | 115 | 31 | 0 | 67 | 41 | 127 | 46 | 60 |
| Binary | 10000000 | 10101010 | 1001101 | 11001 | 0 | 110111 | 100001 | 1010111 | 100110 | 110000 |
Color Harmonies of #80AA4D
Complementary color
Monochromatic Colors of #80AA4D
Black with #80AA4D
Text Example
Text Example
White with #80AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA4D; }
p { color: rgb(128,170,77); }
H1.HeaderClassName
{
color: #80AA4D;
}
.AnyTagClassName
{
color: #80AA4D;
}
</style>
background-color css
<style>
a { background-color: #80AA4D; }
a { background-color: rgb(128,170,77); }
div.DivClassName
{
background-color: #80AA4D;
}
.BgClassName
{
background-color: #80AA4D;
}
</style>
border-color css
<style>
span { border-color: #80AA4D; }
span { border-color: rgb(128,170,77); }
td.TdClassName
{
border-color: #80AA4D;
}
.TagClassName
{
border-color: #80AA4D;
}
</style>