Shades of Pale Green #A2FDA0
Tints of Pale Green #A2FDA0
RGB
CMYK
RGB Variations
Color information
#A2FDA0 (or 0xA2FDA0) is known color: Pale Green. HEX triplet: A2, FD and A0. RGB value is (162,253,160). Sum of RGB (Red+Green+Blue) = 162+253+160=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FDA0 is #5D025F. Grayscale: #D7D7D7. Windows color (decimal): -6095456 or 10550690. OLE color: 10550690.
HSL color Cylindrical-coordinate representation of color #A2FDA0: hue angle of 118.71º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2FDA0 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 253 | 160 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.01 |
| HSL | 118.71º | 0.96% | 0.81% | - |
| HSV(B) | 118.71º | 0.37% | 0.99% | - |
| XYZ | 56.37 | 80.47 | 45.82 | - |
| YUV | 215.19 | 96.85 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 253 | 160 | 0.36 | 0 | 0.37 | 0.01 | 118.71 | 0.96 | 0.81 |
| Hex | A2 | FD | A0 | 24 | 0 | 25 | 1 | 77 | 60 | 51 |
| Octal | 242 | 375 | 240 | 44 | 0 | 45 | 1 | 167 | 140 | 121 |
| Binary | 10100010 | 11111101 | 10100000 | 100100 | 0 | 100101 | 1 | 1110111 | 1100000 | 1010001 |
Color Harmonies of #A2FDA0
Complementary color
Monochromatic Colors of #A2FDA0
Black with #A2FDA0
Text Example
Text Example
White with #A2FDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FDA0; }
p { color: rgb(162,253,160); }
H1.HeaderClassName
{
color: #A2FDA0;
}
.AnyTagClassName
{
color: #A2FDA0;
}
</style>
background-color css
<style>
a { background-color: #A2FDA0; }
a { background-color: rgb(162,253,160); }
div.DivClassName
{
background-color: #A2FDA0;
}
.BgClassName
{
background-color: #A2FDA0;
}
</style>
border-color css
<style>
span { border-color: #A2FDA0; }
span { border-color: rgb(162,253,160); }
td.TdClassName
{
border-color: #A2FDA0;
}
.TagClassName
{
border-color: #A2FDA0;
}
</style>