Shades of Pale Green #A1F29D
Tints of Pale Green #A1F29D
RGB
CMYK
RGB Variations
Color information
#A1F29D (or 0xA1F29D) is known color: Pale Green. HEX triplet: A1, F2 and 9D. RGB value is (161,242,157). Sum of RGB (Red+Green+Blue) = 161+242+157=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F29D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F29D is #5E0D62. Grayscale: #D0D0D0. Windows color (decimal): -6163811 or 10351265. OLE color: 10351265.
HSL color Cylindrical-coordinate representation of color #A1F29D: hue angle of 117.18º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F29D is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 157 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.05 |
| HSL | 117.18º | 0.77% | 0.78% | - |
| HSV(B) | 117.18º | 0.35% | 0.95% | - |
| XYZ | 52.54 | 73.52 | 43.32 | - |
| YUV | 208.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 157 | 0.33 | 0 | 0.35 | 0.05 | 117.18 | 0.77 | 0.78 |
| Hex | A1 | F2 | 9D | 21 | 0 | 23 | 5 | 75 | 4D | 4E |
| Octal | 241 | 362 | 235 | 41 | 0 | 43 | 5 | 165 | 115 | 116 |
| Binary | 10100001 | 11110010 | 10011101 | 100001 | 0 | 100011 | 101 | 1110101 | 1001101 | 1001110 |
Color Harmonies of #A1F29D
Complementary color
Monochromatic Colors of #A1F29D
Black with #A1F29D
Text Example
Text Example
White with #A1F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F29D; }
p { color: rgb(161,242,157); }
H1.HeaderClassName
{
color: #A1F29D;
}
.AnyTagClassName
{
color: #A1F29D;
}
</style>
background-color css
<style>
a { background-color: #A1F29D; }
a { background-color: rgb(161,242,157); }
div.DivClassName
{
background-color: #A1F29D;
}
.BgClassName
{
background-color: #A1F29D;
}
</style>
border-color css
<style>
span { border-color: #A1F29D; }
span { border-color: rgb(161,242,157); }
td.TdClassName
{
border-color: #A1F29D;
}
.TagClassName
{
border-color: #A1F29D;
}
</style>