Shades of Pale Green #A1F49B
Tints of Pale Green #A1F49B
RGB
CMYK
RGB Variations
Color information
#A1F49B (or 0xA1F49B) is known color: Pale Green. HEX triplet: A1, F4 and 9B. RGB value is (161,244,155). Sum of RGB (Red+Green+Blue) = 161+244+155=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F49B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F49B is #5E0B64. Grayscale: #D1D1D1. Windows color (decimal): -6163301 or 10220705. OLE color: 10220705.
HSL color Cylindrical-coordinate representation of color #A1F49B: hue angle of 115.96º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1F49B is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 155 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.04 |
| HSL | 115.96º | 0.8% | 0.78% | - |
| HSV(B) | 115.96º | 0.36% | 0.96% | - |
| XYZ | 52.97 | 74.65 | 42.63 | - |
| YUV | 209.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 155 | 0.34 | 0 | 0.36 | 0.04 | 115.96 | 0.8 | 0.78 |
| Hex | A1 | F4 | 9B | 22 | 0 | 24 | 4 | 74 | 50 | 4E |
| Octal | 241 | 364 | 233 | 42 | 0 | 44 | 4 | 164 | 120 | 116 |
| Binary | 10100001 | 11110100 | 10011011 | 100010 | 0 | 100100 | 100 | 1110100 | 1010000 | 1001110 |
Color Harmonies of #A1F49B
Complementary color
Monochromatic Colors of #A1F49B
Black with #A1F49B
Text Example
Text Example
White with #A1F49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F49B; }
p { color: rgb(161,244,155); }
H1.HeaderClassName
{
color: #A1F49B;
}
.AnyTagClassName
{
color: #A1F49B;
}
</style>
background-color css
<style>
a { background-color: #A1F49B; }
a { background-color: rgb(161,244,155); }
div.DivClassName
{
background-color: #A1F49B;
}
.BgClassName
{
background-color: #A1F49B;
}
</style>
border-color css
<style>
span { border-color: #A1F49B; }
span { border-color: rgb(161,244,155); }
td.TdClassName
{
border-color: #A1F49B;
}
.TagClassName
{
border-color: #A1F49B;
}
</style>