Shades of Pale Green #A1F9AB
Tints of Pale Green #A1F9AB
RGB
CMYK
RGB Variations
Color information
#A1F9AB (or 0xA1F9AB) is known color: Pale Green. HEX triplet: A1, F9 and AB. RGB value is (161,249,171). Sum of RGB (Red+Green+Blue) = 161+249+171=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F9AB is #5E0654. Grayscale: #D6D6D6. Windows color (decimal): -6162005 or 11270561. OLE color: 11270561.
HSL color Cylindrical-coordinate representation of color #A1F9AB: hue angle of 126.82º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9AB is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 171 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.02 |
| HSL | 126.82º | 0.88% | 0.8% | - |
| HSV(B) | 126.82º | 0.35% | 0.98% | - |
| XYZ | 55.92 | 78.27 | 50.69 | - |
| YUV | 213.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 171 | 0.35 | 0 | 0.31 | 0.02 | 126.82 | 0.88 | 0.8 |
| Hex | A1 | F9 | AB | 23 | 0 | 1F | 2 | 7F | 58 | 50 |
| Octal | 241 | 371 | 253 | 43 | 0 | 37 | 2 | 177 | 130 | 120 |
| Binary | 10100001 | 11111001 | 10101011 | 100011 | 0 | 11111 | 10 | 1111111 | 1011000 | 1010000 |
Color Harmonies of #A1F9AB
Complementary color
Monochromatic Colors of #A1F9AB
Black with #A1F9AB
Text Example
Text Example
White with #A1F9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9AB; }
p { color: rgb(161,249,171); }
H1.HeaderClassName
{
color: #A1F9AB;
}
.AnyTagClassName
{
color: #A1F9AB;
}
</style>
background-color css
<style>
a { background-color: #A1F9AB; }
a { background-color: rgb(161,249,171); }
div.DivClassName
{
background-color: #A1F9AB;
}
.BgClassName
{
background-color: #A1F9AB;
}
</style>
border-color css
<style>
span { border-color: #A1F9AB; }
span { border-color: rgb(161,249,171); }
td.TdClassName
{
border-color: #A1F9AB;
}
.TagClassName
{
border-color: #A1F9AB;
}
</style>