Shades of Pale Green #A1F695
Tints of Pale Green #A1F695
RGB
CMYK
RGB Variations
Color information
#A1F695 (or 0xA1F695) is known color: Pale Green. HEX triplet: A1, F6 and 95. RGB value is (161,246,149). Sum of RGB (Red+Green+Blue) = 161+246+149=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F695 is #5E096A. Grayscale: #D1D1D1. Windows color (decimal): -6162795 or 9828001. OLE color: 9828001.
HSL color Cylindrical-coordinate representation of color #A1F695: hue angle of 112.58º degrees, saturation: 0.84, 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 #A1F695 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 149 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.04 |
| HSL | 112.58º | 0.84% | 0.77% | - |
| HSV(B) | 112.58º | 0.39% | 0.96% | - |
| XYZ | 53.08 | 75.66 | 40.24 | - |
| YUV | 209.53 | 93.84 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 149 | 0.35 | 0 | 0.39 | 0.04 | 112.58 | 0.84 | 0.77 |
| Hex | A1 | F6 | 95 | 23 | 0 | 27 | 4 | 71 | 54 | 4D |
| Octal | 241 | 366 | 225 | 43 | 0 | 47 | 4 | 161 | 124 | 115 |
| Binary | 10100001 | 11110110 | 10010101 | 100011 | 0 | 100111 | 100 | 1110001 | 1010100 | 1001101 |
Color Harmonies of #A1F695
Complementary color
Monochromatic Colors of #A1F695
Black with #A1F695
Text Example
Text Example
White with #A1F695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F695; }
p { color: rgb(161,246,149); }
H1.HeaderClassName
{
color: #A1F695;
}
.AnyTagClassName
{
color: #A1F695;
}
</style>
background-color css
<style>
a { background-color: #A1F695; }
a { background-color: rgb(161,246,149); }
div.DivClassName
{
background-color: #A1F695;
}
.BgClassName
{
background-color: #A1F695;
}
</style>
border-color css
<style>
span { border-color: #A1F695; }
span { border-color: rgb(161,246,149); }
td.TdClassName
{
border-color: #A1F695;
}
.TagClassName
{
border-color: #A1F695;
}
</style>