Shades of Light Green #82E6A0
Tints of Light Green #82E6A0
RGB
CMYK
RGB Variations
Color information
#82E6A0 (or 0x82E6A0) is known color: Light Green. HEX triplet: 82, E6 and A0. RGB value is (130,230,160). Sum of RGB (Red+Green+Blue) = 130+230+160=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #82E6A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E6A0 is #7D195F. Grayscale: #C0C0C0. Windows color (decimal): -8198496 or 10544770. OLE color: 10544770.
HSL color Cylindrical-coordinate representation of color #82E6A0: hue angle of 138º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E6A0 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 230 | 160 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.10 |
| HSL | 138º | 0.67% | 0.71% | - |
| HSV(B) | 138º | 0.43% | 0.9% | - |
| XYZ | 43.85 | 63.88 | 43.28 | - |
| YUV | 192.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 230 | 160 | 0.43 | 0 | 0.30 | 0.10 | 138 | 0.67 | 0.71 |
| Hex | 82 | E6 | A0 | 2B | 0 | 1E | A | 8A | 43 | 47 |
| Octal | 202 | 346 | 240 | 53 | 0 | 36 | 12 | 212 | 103 | 107 |
| Binary | 10000010 | 11100110 | 10100000 | 101011 | 0 | 11110 | 1010 | 10001010 | 1000011 | 1000111 |
Color Harmonies of #82E6A0
Complementary color
Monochromatic Colors of #82E6A0
Black with #82E6A0
Text Example
Text Example
White with #82E6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E6A0; }
p { color: rgb(130,230,160); }
H1.HeaderClassName
{
color: #82E6A0;
}
.AnyTagClassName
{
color: #82E6A0;
}
</style>
background-color css
<style>
a { background-color: #82E6A0; }
a { background-color: rgb(130,230,160); }
div.DivClassName
{
background-color: #82E6A0;
}
.BgClassName
{
background-color: #82E6A0;
}
</style>
border-color css
<style>
span { border-color: #82E6A0; }
span { border-color: rgb(130,230,160); }
td.TdClassName
{
border-color: #82E6A0;
}
.TagClassName
{
border-color: #82E6A0;
}
</style>