Shades of Pale Green #A0F9A2
Tints of Pale Green #A0F9A2
RGB
CMYK
RGB Variations
Color information
#A0F9A2 (or 0xA0F9A2) is known color: Pale Green. HEX triplet: A0, F9 and A2. RGB value is (160,249,162). Sum of RGB (Red+Green+Blue) = 160+249+162=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F9A2 is #5F065D. Grayscale: #D4D4D4. Windows color (decimal): -6227550 or 10680736. OLE color: 10680736.
HSL color Cylindrical-coordinate representation of color #A0F9A2: hue angle of 121.35º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F9A2 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 162 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.02 |
| HSL | 121.35º | 0.88% | 0.8% | - |
| HSV(B) | 121.35º | 0.36% | 0.98% | - |
| XYZ | 54.89 | 77.83 | 46.31 | - |
| YUV | 212.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 162 | 0.36 | 0 | 0.35 | 0.02 | 121.35 | 0.88 | 0.8 |
| Hex | A0 | F9 | A2 | 24 | 0 | 23 | 2 | 79 | 58 | 50 |
| Octal | 240 | 371 | 242 | 44 | 0 | 43 | 2 | 171 | 130 | 120 |
| Binary | 10100000 | 11111001 | 10100010 | 100100 | 0 | 100011 | 10 | 1111001 | 1011000 | 1010000 |
Color Harmonies of #A0F9A2
Complementary color
Monochromatic Colors of #A0F9A2
Black with #A0F9A2
Text Example
Text Example
White with #A0F9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F9A2; }
p { color: rgb(160,249,162); }
H1.HeaderClassName
{
color: #A0F9A2;
}
.AnyTagClassName
{
color: #A0F9A2;
}
</style>
background-color css
<style>
a { background-color: #A0F9A2; }
a { background-color: rgb(160,249,162); }
div.DivClassName
{
background-color: #A0F9A2;
}
.BgClassName
{
background-color: #A0F9A2;
}
</style>
border-color css
<style>
span { border-color: #A0F9A2; }
span { border-color: rgb(160,249,162); }
td.TdClassName
{
border-color: #A0F9A2;
}
.TagClassName
{
border-color: #A0F9A2;
}
</style>