Shades of Pale Green #A0FA82
Tints of Pale Green #A0FA82
RGB
CMYK
RGB Variations
Color information
#A0FA82 (or 0xA0FA82) is known color: Pale Green. HEX triplet: A0, FA and 82. RGB value is (160,250,130). Sum of RGB (Red+Green+Blue) = 160+250+130=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA82 is #5F057D. Grayscale: #D1D1D1. Windows color (decimal): -6227326 or 8583840. OLE color: 8583840.
HSL color Cylindrical-coordinate representation of color #A0FA82: hue angle of 105º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0FA82 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 130 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.02 |
| HSL | 105º | 0.92% | 0.75% | - |
| HSV(B) | 105º | 0.48% | 0.98% | - |
| XYZ | 52.71 | 77.46 | 33.29 | - |
| YUV | 209.41 | 83.18 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 130 | 0.36 | 0 | 0.48 | 0.02 | 105 | 0.92 | 0.75 |
| Hex | A0 | FA | 82 | 24 | 0 | 30 | 2 | 69 | 5C | 4B |
| Octal | 240 | 372 | 202 | 44 | 0 | 60 | 2 | 151 | 134 | 113 |
| Binary | 10100000 | 11111010 | 10000010 | 100100 | 0 | 110000 | 10 | 1101001 | 1011100 | 1001011 |
Color Harmonies of #A0FA82
Complementary color
Monochromatic Colors of #A0FA82
Black with #A0FA82
Text Example
Text Example
White with #A0FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA82; }
p { color: rgb(160,250,130); }
H1.HeaderClassName
{
color: #A0FA82;
}
.AnyTagClassName
{
color: #A0FA82;
}
</style>
background-color css
<style>
a { background-color: #A0FA82; }
a { background-color: rgb(160,250,130); }
div.DivClassName
{
background-color: #A0FA82;
}
.BgClassName
{
background-color: #A0FA82;
}
</style>
border-color css
<style>
span { border-color: #A0FA82; }
span { border-color: rgb(160,250,130); }
td.TdClassName
{
border-color: #A0FA82;
}
.TagClassName
{
border-color: #A0FA82;
}
</style>