Shades of Chelsea Cucumber #82AA4E
Tints of Chelsea Cucumber #82AA4E
RGB
CMYK
RGB Variations
Color information
#82AA4E (or 0x82AA4E) is known color: Chelsea Cucumber. HEX triplet: 82, AA and 4E. RGB value is (130,170,78). Sum of RGB (Red+Green+Blue) = 130+170+78=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA4E is #7D55B1. Grayscale: #939393. Windows color (decimal): -8213938 or 5155458. OLE color: 5155458.
HSL color Cylindrical-coordinate representation of color #82AA4E: hue angle of 86.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82AA4E is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 78 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.33 |
| HSL | 86.09º | 0.37% | 0.49% | - |
| HSV(B) | 86.09º | 0.54% | 0.67% | - |
| XYZ | 24.96 | 34.05 | 12.46 | - |
| YUV | 147.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 78 | 0.24 | 0 | 0.54 | 0.33 | 86.09 | 0.37 | 0.49 |
| Hex | 82 | AA | 4E | 18 | 0 | 36 | 21 | 56 | 25 | 31 |
| Octal | 202 | 252 | 116 | 30 | 0 | 66 | 41 | 126 | 45 | 61 |
| Binary | 10000010 | 10101010 | 1001110 | 11000 | 0 | 110110 | 100001 | 1010110 | 100101 | 110001 |
Color Harmonies of #82AA4E
Complementary color
Monochromatic Colors of #82AA4E
Black with #82AA4E
Text Example
Text Example
White with #82AA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA4E; }
p { color: rgb(130,170,78); }
H1.HeaderClassName
{
color: #82AA4E;
}
.AnyTagClassName
{
color: #82AA4E;
}
</style>
background-color css
<style>
a { background-color: #82AA4E; }
a { background-color: rgb(130,170,78); }
div.DivClassName
{
background-color: #82AA4E;
}
.BgClassName
{
background-color: #82AA4E;
}
</style>
border-color css
<style>
span { border-color: #82AA4E; }
span { border-color: rgb(130,170,78); }
td.TdClassName
{
border-color: #82AA4E;
}
.TagClassName
{
border-color: #82AA4E;
}
</style>