Shades of Pale Green #A0F2A2
Tints of Pale Green #A0F2A2
RGB
CMYK
RGB Variations
Color information
#A0F2A2 (or 0xA0F2A2) is known color: Pale Green. HEX triplet: A0, F2 and A2. RGB value is (160,242,162). Sum of RGB (Red+Green+Blue) = 160+242+162=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 162 (63.67% from 255 or 28.72% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F2A2 is #5F0D5D. Grayscale: #D0D0D0. Windows color (decimal): -6229342 or 10678944. OLE color: 10678944.
HSL color Cylindrical-coordinate representation of color #A0F2A2: hue angle of 121.46º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2A2 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 162 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.05 |
| HSL | 121.46º | 0.76% | 0.79% | - |
| HSV(B) | 121.46º | 0.34% | 0.95% | - |
| XYZ | 52.77 | 73.59 | 45.6 | - |
| YUV | 208.36 | 101.83 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 162 | 0.34 | 0 | 0.33 | 0.05 | 121.46 | 0.76 | 0.79 |
| Hex | A0 | F2 | A2 | 22 | 0 | 21 | 5 | 79 | 4C | 4F |
| Octal | 240 | 362 | 242 | 42 | 0 | 41 | 5 | 171 | 114 | 117 |
| Binary | 10100000 | 11110010 | 10100010 | 100010 | 0 | 100001 | 101 | 1111001 | 1001100 | 1001111 |
Color Harmonies of #A0F2A2
Complementary color
Monochromatic Colors of #A0F2A2
Black with #A0F2A2
Text Example
Text Example
White with #A0F2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F2A2; }
p { color: rgb(160,242,162); }
H1.HeaderClassName
{
color: #A0F2A2;
}
.AnyTagClassName
{
color: #A0F2A2;
}
</style>
background-color css
<style>
a { background-color: #A0F2A2; }
a { background-color: rgb(160,242,162); }
div.DivClassName
{
background-color: #A0F2A2;
}
.BgClassName
{
background-color: #A0F2A2;
}
</style>
border-color css
<style>
span { border-color: #A0F2A2; }
span { border-color: rgb(160,242,162); }
td.TdClassName
{
border-color: #A0F2A2;
}
.TagClassName
{
border-color: #A0F2A2;
}
</style>