Shades of Pale Green #A0F982
Tints of Pale Green #A0F982
RGB
CMYK
RGB Variations
Color information
#A0F982 (or 0xA0F982) is known color: Pale Green. HEX triplet: A0, F9 and 82. RGB value is (160,249,130). Sum of RGB (Red+Green+Blue) = 160+249+130=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F982 is #5F067D. Grayscale: #D1D1D1. Windows color (decimal): -6227582 or 8583584. OLE color: 8583584.
HSL color Cylindrical-coordinate representation of color #A0F982: hue angle of 104.87º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0F982 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 130 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.02 |
| HSL | 104.87º | 0.91% | 0.74% | - |
| HSV(B) | 104.87º | 0.48% | 0.98% | - |
| XYZ | 52.4 | 76.84 | 33.19 | - |
| YUV | 208.82 | 83.51 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 130 | 0.36 | 0 | 0.48 | 0.02 | 104.87 | 0.91 | 0.74 |
| Hex | A0 | F9 | 82 | 24 | 0 | 30 | 2 | 69 | 5B | 4A |
| Octal | 240 | 371 | 202 | 44 | 0 | 60 | 2 | 151 | 133 | 112 |
| Binary | 10100000 | 11111001 | 10000010 | 100100 | 0 | 110000 | 10 | 1101001 | 1011011 | 1001010 |
Color Harmonies of #A0F982
Complementary color
Monochromatic Colors of #A0F982
Black with #A0F982
Text Example
Text Example
White with #A0F982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F982; }
p { color: rgb(160,249,130); }
H1.HeaderClassName
{
color: #A0F982;
}
.AnyTagClassName
{
color: #A0F982;
}
</style>
background-color css
<style>
a { background-color: #A0F982; }
a { background-color: rgb(160,249,130); }
div.DivClassName
{
background-color: #A0F982;
}
.BgClassName
{
background-color: #A0F982;
}
</style>
border-color css
<style>
span { border-color: #A0F982; }
span { border-color: rgb(160,249,130); }
td.TdClassName
{
border-color: #A0F982;
}
.TagClassName
{
border-color: #A0F982;
}
</style>