Shades of Pale Green #A1F795
Tints of Pale Green #A1F795
RGB
CMYK
RGB Variations
Color information
#A1F795 (or 0xA1F795) is known color: Pale Green. HEX triplet: A1, F7 and 95. RGB value is (161,247,149). Sum of RGB (Red+Green+Blue) = 161+247+149=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F795 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F795 is #5E086A. Grayscale: #D2D2D2. Windows color (decimal): -6162539 or 9828257. OLE color: 9828257.
HSL color Cylindrical-coordinate representation of color #A1F795: hue angle of 112.65º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1F795 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 149 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.03 |
| HSL | 112.65º | 0.86% | 0.78% | - |
| HSV(B) | 112.65º | 0.4% | 0.97% | - |
| XYZ | 53.38 | 76.27 | 40.34 | - |
| YUV | 210.11 | 93.51 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 149 | 0.35 | 0 | 0.40 | 0.03 | 112.65 | 0.86 | 0.78 |
| Hex | A1 | F7 | 95 | 23 | 0 | 28 | 3 | 71 | 56 | 4E |
| Octal | 241 | 367 | 225 | 43 | 0 | 50 | 3 | 161 | 126 | 116 |
| Binary | 10100001 | 11110111 | 10010101 | 100011 | 0 | 101000 | 11 | 1110001 | 1010110 | 1001110 |
Color Harmonies of #A1F795
Complementary color
Monochromatic Colors of #A1F795
Black with #A1F795
Text Example
Text Example
White with #A1F795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F795; }
p { color: rgb(161,247,149); }
H1.HeaderClassName
{
color: #A1F795;
}
.AnyTagClassName
{
color: #A1F795;
}
</style>
background-color css
<style>
a { background-color: #A1F795; }
a { background-color: rgb(161,247,149); }
div.DivClassName
{
background-color: #A1F795;
}
.BgClassName
{
background-color: #A1F795;
}
</style>
border-color css
<style>
span { border-color: #A1F795; }
span { border-color: rgb(161,247,149); }
td.TdClassName
{
border-color: #A1F795;
}
.TagClassName
{
border-color: #A1F795;
}
</style>