Shades of Pale Green #A1F595
Tints of Pale Green #A1F595
RGB
CMYK
RGB Variations
Color information
#A1F595 (or 0xA1F595) is known color: Pale Green. HEX triplet: A1, F5 and 95. RGB value is (161,245,149). Sum of RGB (Red+Green+Blue) = 161+245+149=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F595 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F595 is #5E0A6A. Grayscale: #D1D1D1. Windows color (decimal): -6163051 or 9827745. OLE color: 9827745.
HSL color Cylindrical-coordinate representation of color #A1F595: hue angle of 112.5º degrees, saturation: 0.83, 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 #A1F595 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 149 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.04 |
| HSL | 112.5º | 0.83% | 0.77% | - |
| HSV(B) | 112.5º | 0.39% | 0.96% | - |
| XYZ | 52.78 | 75.05 | 40.14 | - |
| YUV | 208.94 | 94.17 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 149 | 0.34 | 0 | 0.39 | 0.04 | 112.5 | 0.83 | 0.77 |
| Hex | A1 | F5 | 95 | 22 | 0 | 27 | 4 | 70 | 53 | 4D |
| Octal | 241 | 365 | 225 | 42 | 0 | 47 | 4 | 160 | 123 | 115 |
| Binary | 10100001 | 11110101 | 10010101 | 100010 | 0 | 100111 | 100 | 1110000 | 1010011 | 1001101 |
Color Harmonies of #A1F595
Complementary color
Monochromatic Colors of #A1F595
Black with #A1F595
Text Example
Text Example
White with #A1F595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F595; }
p { color: rgb(161,245,149); }
H1.HeaderClassName
{
color: #A1F595;
}
.AnyTagClassName
{
color: #A1F595;
}
</style>
background-color css
<style>
a { background-color: #A1F595; }
a { background-color: rgb(161,245,149); }
div.DivClassName
{
background-color: #A1F595;
}
.BgClassName
{
background-color: #A1F595;
}
</style>
border-color css
<style>
span { border-color: #A1F595; }
span { border-color: rgb(161,245,149); }
td.TdClassName
{
border-color: #A1F595;
}
.TagClassName
{
border-color: #A1F595;
}
</style>