Shades of Pale Green #A1FB85
Tints of Pale Green #A1FB85
RGB
CMYK
RGB Variations
Color information
#A1FB85 (or 0xA1FB85) is known color: Pale Green. HEX triplet: A1, FB and 85. RGB value is (161,251,133). Sum of RGB (Red+Green+Blue) = 161+251+133=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FB85 is #5E047A. Grayscale: #D3D3D3. Windows color (decimal): -6161531 or 8780705. OLE color: 8780705.
HSL color Cylindrical-coordinate representation of color #A1FB85: hue angle of 105.76º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1FB85 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 133 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.02 |
| HSL | 105.76º | 0.94% | 0.75% | - |
| HSV(B) | 105.76º | 0.47% | 0.98% | - |
| XYZ | 53.43 | 78.26 | 34.48 | - |
| YUV | 210.64 | 84.18 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 133 | 0.36 | 0 | 0.47 | 0.02 | 105.76 | 0.94 | 0.75 |
| Hex | A1 | FB | 85 | 24 | 0 | 2F | 2 | 6A | 5E | 4B |
| Octal | 241 | 373 | 205 | 44 | 0 | 57 | 2 | 152 | 136 | 113 |
| Binary | 10100001 | 11111011 | 10000101 | 100100 | 0 | 101111 | 10 | 1101010 | 1011110 | 1001011 |
Color Harmonies of #A1FB85
Complementary color
Monochromatic Colors of #A1FB85
Black with #A1FB85
Text Example
Text Example
White with #A1FB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB85; }
p { color: rgb(161,251,133); }
H1.HeaderClassName
{
color: #A1FB85;
}
.AnyTagClassName
{
color: #A1FB85;
}
</style>
background-color css
<style>
a { background-color: #A1FB85; }
a { background-color: rgb(161,251,133); }
div.DivClassName
{
background-color: #A1FB85;
}
.BgClassName
{
background-color: #A1FB85;
}
</style>
border-color css
<style>
span { border-color: #A1FB85; }
span { border-color: rgb(161,251,133); }
td.TdClassName
{
border-color: #A1FB85;
}
.TagClassName
{
border-color: #A1FB85;
}
</style>