Shades of Pale Green #A1F591
Tints of Pale Green #A1F591
RGB
CMYK
RGB Variations
Color information
#A1F591 (or 0xA1F591) is known color: Pale Green. HEX triplet: A1, F5 and 91. RGB value is (161,245,145). Sum of RGB (Red+Green+Blue) = 161+245+145=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F591 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F591 is #5E0A6E. Grayscale: #D0D0D0. Windows color (decimal): -6163055 or 9565601. OLE color: 9565601.
HSL color Cylindrical-coordinate representation of color #A1F591: hue angle of 110.4º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1F591 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 145 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.04 |
| HSL | 110.4º | 0.83% | 0.76% | - |
| HSV(B) | 110.4º | 0.41% | 0.96% | - |
| XYZ | 52.46 | 74.93 | 38.49 | - |
| YUV | 208.48 | 92.17 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 145 | 0.34 | 0 | 0.41 | 0.04 | 110.4 | 0.83 | 0.76 |
| Hex | A1 | F5 | 91 | 22 | 0 | 29 | 4 | 6E | 53 | 4C |
| Octal | 241 | 365 | 221 | 42 | 0 | 51 | 4 | 156 | 123 | 114 |
| Binary | 10100001 | 11110101 | 10010001 | 100010 | 0 | 101001 | 100 | 1101110 | 1010011 | 1001100 |
Color Harmonies of #A1F591
Complementary color
Monochromatic Colors of #A1F591
Black with #A1F591
Text Example
Text Example
White with #A1F591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F591; }
p { color: rgb(161,245,145); }
H1.HeaderClassName
{
color: #A1F591;
}
.AnyTagClassName
{
color: #A1F591;
}
</style>
background-color css
<style>
a { background-color: #A1F591; }
a { background-color: rgb(161,245,145); }
div.DivClassName
{
background-color: #A1F591;
}
.BgClassName
{
background-color: #A1F591;
}
</style>
border-color css
<style>
span { border-color: #A1F591; }
span { border-color: rgb(161,245,145); }
td.TdClassName
{
border-color: #A1F591;
}
.TagClassName
{
border-color: #A1F591;
}
</style>