Shades of Pale Green #A0F3A2
Tints of Pale Green #A0F3A2
RGB
CMYK
RGB Variations
Color information
#A0F3A2 (or 0xA0F3A2) is known color: Pale Green. HEX triplet: A0, F3 and A2. RGB value is (160,243,162). Sum of RGB (Red+Green+Blue) = 160+243+162=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F3A2 is #5F0C5D. Grayscale: #D1D1D1. Windows color (decimal): -6229086 or 10679200. OLE color: 10679200.
HSL color Cylindrical-coordinate representation of color #A0F3A2: hue angle of 121.45º degrees, saturation: 0.78, 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 #A0F3A2 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 162 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.05 |
| HSL | 121.45º | 0.78% | 0.79% | - |
| HSV(B) | 121.45º | 0.34% | 0.95% | - |
| XYZ | 53.07 | 74.18 | 45.7 | - |
| YUV | 208.95 | 101.5 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 162 | 0.34 | 0 | 0.33 | 0.05 | 121.45 | 0.78 | 0.79 |
| Hex | A0 | F3 | A2 | 22 | 0 | 21 | 5 | 79 | 4E | 4F |
| Octal | 240 | 363 | 242 | 42 | 0 | 41 | 5 | 171 | 116 | 117 |
| Binary | 10100000 | 11110011 | 10100010 | 100010 | 0 | 100001 | 101 | 1111001 | 1001110 | 1001111 |
Color Harmonies of #A0F3A2
Complementary color
Monochromatic Colors of #A0F3A2
Black with #A0F3A2
Text Example
Text Example
White with #A0F3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F3A2; }
p { color: rgb(160,243,162); }
H1.HeaderClassName
{
color: #A0F3A2;
}
.AnyTagClassName
{
color: #A0F3A2;
}
</style>
background-color css
<style>
a { background-color: #A0F3A2; }
a { background-color: rgb(160,243,162); }
div.DivClassName
{
background-color: #A0F3A2;
}
.BgClassName
{
background-color: #A0F3A2;
}
</style>
border-color css
<style>
span { border-color: #A0F3A2; }
span { border-color: rgb(160,243,162); }
td.TdClassName
{
border-color: #A0F3A2;
}
.TagClassName
{
border-color: #A0F3A2;
}
</style>