Shades of Pale Green #A1FDAA
Tints of Pale Green #A1FDAA
RGB
CMYK
RGB Variations
Color information
#A1FDAA (or 0xA1FDAA) is known color: Pale Green. HEX triplet: A1, FD and AA. RGB value is (161,253,170). Sum of RGB (Red+Green+Blue) = 161+253+170=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FDAA is #5E0255. Grayscale: #D8D8D8. Windows color (decimal): -6160982 or 11206049. OLE color: 11206049.
HSL color Cylindrical-coordinate representation of color #A1FDAA: hue angle of 125.87º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FDAA is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 253 | 170 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.01 |
| HSL | 125.87º | 0.96% | 0.81% | - |
| HSV(B) | 125.87º | 0.36% | 0.99% | - |
| XYZ | 57.08 | 80.73 | 50.6 | - |
| YUV | 216.03 | 102.02 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 170 | 0.36 | 0 | 0.33 | 0.01 | 125.87 | 0.96 | 0.81 |
| Hex | A1 | FD | AA | 24 | 0 | 21 | 1 | 7E | 60 | 51 |
| Octal | 241 | 375 | 252 | 44 | 0 | 41 | 1 | 176 | 140 | 121 |
| Binary | 10100001 | 11111101 | 10101010 | 100100 | 0 | 100001 | 1 | 1111110 | 1100000 | 1010001 |
Color Harmonies of #A1FDAA
Complementary color
Monochromatic Colors of #A1FDAA
Black with #A1FDAA
Text Example
Text Example
White with #A1FDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDAA; }
p { color: rgb(161,253,170); }
H1.HeaderClassName
{
color: #A1FDAA;
}
.AnyTagClassName
{
color: #A1FDAA;
}
</style>
background-color css
<style>
a { background-color: #A1FDAA; }
a { background-color: rgb(161,253,170); }
div.DivClassName
{
background-color: #A1FDAA;
}
.BgClassName
{
background-color: #A1FDAA;
}
</style>
border-color css
<style>
span { border-color: #A1FDAA; }
span { border-color: rgb(161,253,170); }
td.TdClassName
{
border-color: #A1FDAA;
}
.TagClassName
{
border-color: #A1FDAA;
}
</style>