Shades of Pale Green #A1F495
Tints of Pale Green #A1F495
RGB
CMYK
RGB Variations
Color information
#A1F495 (or 0xA1F495) is known color: Pale Green. HEX triplet: A1, F4 and 95. RGB value is (161,244,149). Sum of RGB (Red+Green+Blue) = 161+244+149=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F495 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F495 is #5E0B6A. Grayscale: #D0D0D0. Windows color (decimal): -6163307 or 9827489. OLE color: 9827489.
HSL color Cylindrical-coordinate representation of color #A1F495: hue angle of 112.42º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1F495 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 149 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.04 |
| HSL | 112.42º | 0.81% | 0.77% | - |
| HSV(B) | 112.42º | 0.39% | 0.96% | - |
| XYZ | 52.47 | 74.45 | 40.04 | - |
| YUV | 208.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 149 | 0.34 | 0 | 0.39 | 0.04 | 112.42 | 0.81 | 0.77 |
| Hex | A1 | F4 | 95 | 22 | 0 | 27 | 4 | 70 | 51 | 4D |
| Octal | 241 | 364 | 225 | 42 | 0 | 47 | 4 | 160 | 121 | 115 |
| Binary | 10100001 | 11110100 | 10010101 | 100010 | 0 | 100111 | 100 | 1110000 | 1010001 | 1001101 |
Color Harmonies of #A1F495
Complementary color
Monochromatic Colors of #A1F495
Black with #A1F495
Text Example
Text Example
White with #A1F495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F495; }
p { color: rgb(161,244,149); }
H1.HeaderClassName
{
color: #A1F495;
}
.AnyTagClassName
{
color: #A1F495;
}
</style>
background-color css
<style>
a { background-color: #A1F495; }
a { background-color: rgb(161,244,149); }
div.DivClassName
{
background-color: #A1F495;
}
.BgClassName
{
background-color: #A1F495;
}
</style>
border-color css
<style>
span { border-color: #A1F495; }
span { border-color: rgb(161,244,149); }
td.TdClassName
{
border-color: #A1F495;
}
.TagClassName
{
border-color: #A1F495;
}
</style>