Shades of Pale Green #A1FB95
Tints of Pale Green #A1FB95
RGB
CMYK
RGB Variations
Color information
#A1FB95 (or 0xA1FB95) is known color: Pale Green. HEX triplet: A1, FB and 95. RGB value is (161,251,149). Sum of RGB (Red+Green+Blue) = 161+251+149=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FB95 is #5E046A. Grayscale: #D4D4D4. Windows color (decimal): -6161515 or 9829281. OLE color: 9829281.
HSL color Cylindrical-coordinate representation of color #A1FB95: hue angle of 112.94º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1FB95 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 149 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.02 |
| HSL | 112.94º | 0.93% | 0.78% | - |
| HSV(B) | 112.94º | 0.41% | 0.98% | - |
| XYZ | 54.62 | 78.74 | 40.75 | - |
| YUV | 212.46 | 92.18 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 149 | 0.36 | 0 | 0.41 | 0.02 | 112.94 | 0.93 | 0.78 |
| Hex | A1 | FB | 95 | 24 | 0 | 29 | 2 | 71 | 5D | 4E |
| Octal | 241 | 373 | 225 | 44 | 0 | 51 | 2 | 161 | 135 | 116 |
| Binary | 10100001 | 11111011 | 10010101 | 100100 | 0 | 101001 | 10 | 1110001 | 1011101 | 1001110 |
Color Harmonies of #A1FB95
Complementary color
Monochromatic Colors of #A1FB95
Black with #A1FB95
Text Example
Text Example
White with #A1FB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB95; }
p { color: rgb(161,251,149); }
H1.HeaderClassName
{
color: #A1FB95;
}
.AnyTagClassName
{
color: #A1FB95;
}
</style>
background-color css
<style>
a { background-color: #A1FB95; }
a { background-color: rgb(161,251,149); }
div.DivClassName
{
background-color: #A1FB95;
}
.BgClassName
{
background-color: #A1FB95;
}
</style>
border-color css
<style>
span { border-color: #A1FB95; }
span { border-color: rgb(161,251,149); }
td.TdClassName
{
border-color: #A1FB95;
}
.TagClassName
{
border-color: #A1FB95;
}
</style>