Shades of Pale Green #A1FB91
Tints of Pale Green #A1FB91
RGB
CMYK
RGB Variations
Color information
#A1FB91 (or 0xA1FB91) is known color: Pale Green. HEX triplet: A1, FB and 91. RGB value is (161,251,145). Sum of RGB (Red+Green+Blue) = 161+251+145=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FB91 is #5E046E. Grayscale: #D4D4D4. Windows color (decimal): -6161519 or 9567137. OLE color: 9567137.
HSL color Cylindrical-coordinate representation of color #A1FB91: hue angle of 110.94º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1FB91 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 145 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.02 |
| HSL | 110.94º | 0.93% | 0.78% | - |
| HSV(B) | 110.94º | 0.42% | 0.98% | - |
| XYZ | 54.31 | 78.62 | 39.1 | - |
| YUV | 212.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 145 | 0.36 | 0 | 0.42 | 0.02 | 110.94 | 0.93 | 0.78 |
| Hex | A1 | FB | 91 | 24 | 0 | 2A | 2 | 6F | 5D | 4E |
| Octal | 241 | 373 | 221 | 44 | 0 | 52 | 2 | 157 | 135 | 116 |
| Binary | 10100001 | 11111011 | 10010001 | 100100 | 0 | 101010 | 10 | 1101111 | 1011101 | 1001110 |
Color Harmonies of #A1FB91
Complementary color
Monochromatic Colors of #A1FB91
Black with #A1FB91
Text Example
Text Example
White with #A1FB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB91; }
p { color: rgb(161,251,145); }
H1.HeaderClassName
{
color: #A1FB91;
}
.AnyTagClassName
{
color: #A1FB91;
}
</style>
background-color css
<style>
a { background-color: #A1FB91; }
a { background-color: rgb(161,251,145); }
div.DivClassName
{
background-color: #A1FB91;
}
.BgClassName
{
background-color: #A1FB91;
}
</style>
border-color css
<style>
span { border-color: #A1FB91; }
span { border-color: rgb(161,251,145); }
td.TdClassName
{
border-color: #A1FB91;
}
.TagClassName
{
border-color: #A1FB91;
}
</style>