Shades of Chelsea Cucumber #82A24F
Tints of Chelsea Cucumber #82A24F
RGB
CMYK
RGB Variations
Color information
#82A24F (or 0x82A24F) is known color: Chelsea Cucumber. HEX triplet: 82, A2 and 4F. RGB value is (130,162,79). Sum of RGB (Red+Green+Blue) = 130+162+79=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #82A24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A24F is #7D5DB0. Grayscale: #8F8F8F. Windows color (decimal): -8215985 or 5218946. OLE color: 5218946.
HSL color Cylindrical-coordinate representation of color #82A24F: hue angle of 83.13º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82A24F is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 162 | 79 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.36 |
| HSL | 83.13º | 0.34% | 0.47% | - |
| HSV(B) | 83.13º | 0.51% | 0.64% | - |
| XYZ | 23.54 | 31.15 | 12.17 | - |
| YUV | 142.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 162 | 79 | 0.20 | 0 | 0.51 | 0.36 | 83.13 | 0.34 | 0.47 |
| Hex | 82 | A2 | 4F | 14 | 0 | 33 | 24 | 53 | 22 | 2F |
| Octal | 202 | 242 | 117 | 24 | 0 | 63 | 44 | 123 | 42 | 57 |
| Binary | 10000010 | 10100010 | 1001111 | 10100 | 0 | 110011 | 100100 | 1010011 | 100010 | 101111 |
Color Harmonies of #82A24F
Complementary color
Monochromatic Colors of #82A24F
Black with #82A24F
Text Example
Text Example
White with #82A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A24F; }
p { color: rgb(130,162,79); }
H1.HeaderClassName
{
color: #82A24F;
}
.AnyTagClassName
{
color: #82A24F;
}
</style>
background-color css
<style>
a { background-color: #82A24F; }
a { background-color: rgb(130,162,79); }
div.DivClassName
{
background-color: #82A24F;
}
.BgClassName
{
background-color: #82A24F;
}
</style>
border-color css
<style>
span { border-color: #82A24F; }
span { border-color: rgb(130,162,79); }
td.TdClassName
{
border-color: #82A24F;
}
.TagClassName
{
border-color: #82A24F;
}
</style>