Shades of Pale Green #A1F497
Tints of Pale Green #A1F497
RGB
CMYK
RGB Variations
Color information
#A1F497 (or 0xA1F497) is known color: Pale Green. HEX triplet: A1, F4 and 97. RGB value is (161,244,151). Sum of RGB (Red+Green+Blue) = 161+244+151=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F497 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F497 is #5E0B68. Grayscale: #D0D0D0. Windows color (decimal): -6163305 or 9958561. OLE color: 9958561.
HSL color Cylindrical-coordinate representation of color #A1F497: hue angle of 113.55º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1F497 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 151 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.04 |
| HSL | 113.55º | 0.81% | 0.77% | - |
| HSV(B) | 113.55º | 0.38% | 0.96% | - |
| XYZ | 52.63 | 74.51 | 40.89 | - |
| YUV | 208.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 151 | 0.34 | 0 | 0.38 | 0.04 | 113.55 | 0.81 | 0.77 |
| Hex | A1 | F4 | 97 | 22 | 0 | 26 | 4 | 72 | 51 | 4D |
| Octal | 241 | 364 | 227 | 42 | 0 | 46 | 4 | 162 | 121 | 115 |
| Binary | 10100001 | 11110100 | 10010111 | 100010 | 0 | 100110 | 100 | 1110010 | 1010001 | 1001101 |
Color Harmonies of #A1F497
Complementary color
Monochromatic Colors of #A1F497
Black with #A1F497
Text Example
Text Example
White with #A1F497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F497; }
p { color: rgb(161,244,151); }
H1.HeaderClassName
{
color: #A1F497;
}
.AnyTagClassName
{
color: #A1F497;
}
</style>
background-color css
<style>
a { background-color: #A1F497; }
a { background-color: rgb(161,244,151); }
div.DivClassName
{
background-color: #A1F497;
}
.BgClassName
{
background-color: #A1F497;
}
</style>
border-color css
<style>
span { border-color: #A1F497; }
span { border-color: rgb(161,244,151); }
td.TdClassName
{
border-color: #A1F497;
}
.TagClassName
{
border-color: #A1F497;
}
</style>