Shades of Pale Green #A1FDA5
Tints of Pale Green #A1FDA5
RGB
CMYK
RGB Variations
Color information
#A1FDA5 (or 0xA1FDA5) is known color: Pale Green. HEX triplet: A1, FD and A5. RGB value is (161,253,165). Sum of RGB (Red+Green+Blue) = 161+253+165=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FDA5 is #5E025A. Grayscale: #D7D7D7. Windows color (decimal): -6160987 or 10878369. OLE color: 10878369.
HSL color Cylindrical-coordinate representation of color #A1FDA5: hue angle of 122.61º 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 #A1FDA5 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 253 | 165 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.01 |
| HSL | 122.61º | 0.96% | 0.81% | - |
| HSV(B) | 122.61º | 0.36% | 0.99% | - |
| XYZ | 56.61 | 80.54 | 48.16 | - |
| YUV | 215.46 | 99.52 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 165 | 0.36 | 0 | 0.35 | 0.01 | 122.61 | 0.96 | 0.81 |
| Hex | A1 | FD | A5 | 24 | 0 | 23 | 1 | 7B | 60 | 51 |
| Octal | 241 | 375 | 245 | 44 | 0 | 43 | 1 | 173 | 140 | 121 |
| Binary | 10100001 | 11111101 | 10100101 | 100100 | 0 | 100011 | 1 | 1111011 | 1100000 | 1010001 |
Color Harmonies of #A1FDA5
Complementary color
Monochromatic Colors of #A1FDA5
Black with #A1FDA5
Text Example
Text Example
White with #A1FDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDA5; }
p { color: rgb(161,253,165); }
H1.HeaderClassName
{
color: #A1FDA5;
}
.AnyTagClassName
{
color: #A1FDA5;
}
</style>
background-color css
<style>
a { background-color: #A1FDA5; }
a { background-color: rgb(161,253,165); }
div.DivClassName
{
background-color: #A1FDA5;
}
.BgClassName
{
background-color: #A1FDA5;
}
</style>
border-color css
<style>
span { border-color: #A1FDA5; }
span { border-color: rgb(161,253,165); }
td.TdClassName
{
border-color: #A1FDA5;
}
.TagClassName
{
border-color: #A1FDA5;
}
</style>