Shades of Chelsea Cucumber #82A14E
Tints of Chelsea Cucumber #82A14E
RGB
CMYK
RGB Variations
Color information
#82A14E (or 0x82A14E) is known color: Chelsea Cucumber. HEX triplet: 82, A1 and 4E. RGB value is (130,161,78). Sum of RGB (Red+Green+Blue) = 130+161+78=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #82A14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A14E is #7D5EB1. Grayscale: #8E8E8E. Windows color (decimal): -8216242 or 5153154. OLE color: 5153154.
HSL color Cylindrical-coordinate representation of color #82A14E: hue angle of 82.41º 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 #82A14E is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 161 | 78 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.37 |
| HSL | 82.41º | 0.35% | 0.47% | - |
| HSV(B) | 82.41º | 0.52% | 0.63% | - |
| XYZ | 23.33 | 30.79 | 11.92 | - |
| YUV | 142.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 78 | 0.19 | 0 | 0.52 | 0.37 | 82.41 | 0.35 | 0.47 |
| Hex | 82 | A1 | 4E | 13 | 0 | 34 | 25 | 52 | 23 | 2F |
| Octal | 202 | 241 | 116 | 23 | 0 | 64 | 45 | 122 | 43 | 57 |
| Binary | 10000010 | 10100001 | 1001110 | 10011 | 0 | 110100 | 100101 | 1010010 | 100011 | 101111 |
Color Harmonies of #82A14E
Complementary color
Monochromatic Colors of #82A14E
Black with #82A14E
Text Example
Text Example
White with #82A14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A14E; }
p { color: rgb(130,161,78); }
H1.HeaderClassName
{
color: #82A14E;
}
.AnyTagClassName
{
color: #82A14E;
}
</style>
background-color css
<style>
a { background-color: #82A14E; }
a { background-color: rgb(130,161,78); }
div.DivClassName
{
background-color: #82A14E;
}
.BgClassName
{
background-color: #82A14E;
}
</style>
border-color css
<style>
span { border-color: #82A14E; }
span { border-color: rgb(130,161,78); }
td.TdClassName
{
border-color: #82A14E;
}
.TagClassName
{
border-color: #82A14E;
}
</style>