Shades of Pale Green #A1F29C
Tints of Pale Green #A1F29C
RGB
CMYK
RGB Variations
Color information
#A1F29C (or 0xA1F29C) is known color: Pale Green. HEX triplet: A1, F2 and 9C. RGB value is (161,242,156). Sum of RGB (Red+Green+Blue) = 161+242+156=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F29C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F29C is #5E0D63. Grayscale: #D0D0D0. Windows color (decimal): -6163812 or 10285729. OLE color: 10285729.
HSL color Cylindrical-coordinate representation of color #A1F29C: hue angle of 116.51º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1F29C is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 156 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.05 |
| HSL | 116.51º | 0.77% | 0.78% | - |
| HSV(B) | 116.51º | 0.36% | 0.95% | - |
| XYZ | 52.45 | 73.48 | 42.87 | - |
| YUV | 207.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 156 | 0.33 | 0 | 0.36 | 0.05 | 116.51 | 0.77 | 0.78 |
| Hex | A1 | F2 | 9C | 21 | 0 | 24 | 5 | 75 | 4D | 4E |
| Octal | 241 | 362 | 234 | 41 | 0 | 44 | 5 | 165 | 115 | 116 |
| Binary | 10100001 | 11110010 | 10011100 | 100001 | 0 | 100100 | 101 | 1110101 | 1001101 | 1001110 |
Color Harmonies of #A1F29C
Complementary color
Monochromatic Colors of #A1F29C
Black with #A1F29C
Text Example
Text Example
White with #A1F29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F29C; }
p { color: rgb(161,242,156); }
H1.HeaderClassName
{
color: #A1F29C;
}
.AnyTagClassName
{
color: #A1F29C;
}
</style>
background-color css
<style>
a { background-color: #A1F29C; }
a { background-color: rgb(161,242,156); }
div.DivClassName
{
background-color: #A1F29C;
}
.BgClassName
{
background-color: #A1F29C;
}
</style>
border-color css
<style>
span { border-color: #A1F29C; }
span { border-color: rgb(161,242,156); }
td.TdClassName
{
border-color: #A1F29C;
}
.TagClassName
{
border-color: #A1F29C;
}
</style>