Shades of Pale Green #A1FDAB
Tints of Pale Green #A1FDAB
RGB
CMYK
RGB Variations
Color information
#A1FDAB (or 0xA1FDAB) is known color: Pale Green. HEX triplet: A1, FD and AB. RGB value is (161,253,171). Sum of RGB (Red+Green+Blue) = 161+253+171=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FDAB is #5E0254. Grayscale: #D8D8D8. Windows color (decimal): -6160981 or 11271585. OLE color: 11271585.
HSL color Cylindrical-coordinate representation of color #A1FDAB: hue angle of 126.52º 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 #A1FDAB is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 161 | 253 | 171 | - |
CMYK | 0.36 | 0 | 0.32 | 0.01 |
HSL | 126.52º | 0.96% | 0.81% | - |
HSV(B) | 126.52º | 0.36% | 0.99% | - |
XYZ | 57.17 | 80.77 | 51.1 | - |
YUV | 216.14 | 102.52 | 88.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 253 | 171 | 0.36 | 0 | 0.32 | 0.01 | 126.52 | 0.96 | 0.81 |
Hex | A1 | FD | AB | 24 | 0 | 20 | 1 | 7F | 60 | 51 |
Octal | 241 | 375 | 253 | 44 | 0 | 40 | 1 | 177 | 140 | 121 |
Binary | 10100001 | 11111101 | 10101011 | 100100 | 0 | 100000 | 1 | 1111111 | 1100000 | 1010001 |
Color Harmonies of #A1FDAB
Complementary color
Monochromatic Colors of #A1FDAB
Black with #A1FDAB
Text Example
Text Example
White with #A1FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDAB; }
p { color: rgb(161,253,171); }
H1.HeaderClassName
{
color: #A1FDAB;
}
.AnyTagClassName
{
color: #A1FDAB;
}
</style>
background-color css
<style>
a { background-color: #A1FDAB; }
a { background-color: rgb(161,253,171); }
div.DivClassName
{
background-color: #A1FDAB;
}
.BgClassName
{
background-color: #A1FDAB;
}
</style>
border-color css
<style>
span { border-color: #A1FDAB; }
span { border-color: rgb(161,253,171); }
td.TdClassName
{
border-color: #A1FDAB;
}
.TagClassName
{
border-color: #A1FDAB;
}
</style>