Shades of Pale Green #A1FBA5
Tints of Pale Green #A1FBA5
RGB
CMYK
RGB Variations
Color information
#A1FBA5 (or 0xA1FBA5) is known color: Pale Green. HEX triplet: A1, FB and A5. RGB value is (161,251,165). Sum of RGB (Red+Green+Blue) = 161+251+165=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FBA5 is #5E045A. Grayscale: #D6D6D6. Windows color (decimal): -6161499 or 10877857. OLE color: 10877857.
HSL color Cylindrical-coordinate representation of color #A1FBA5: hue angle of 122.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBA5 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 165 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.02 |
| HSL | 122.67º | 0.92% | 0.81% | - |
| HSV(B) | 122.67º | 0.36% | 0.98% | - |
| XYZ | 55.99 | 79.29 | 47.95 | - |
| YUV | 214.29 | 100.18 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 165 | 0.36 | 0 | 0.34 | 0.02 | 122.67 | 0.92 | 0.81 |
| Hex | A1 | FB | A5 | 24 | 0 | 22 | 2 | 7B | 5C | 51 |
| Octal | 241 | 373 | 245 | 44 | 0 | 42 | 2 | 173 | 134 | 121 |
| Binary | 10100001 | 11111011 | 10100101 | 100100 | 0 | 100010 | 10 | 1111011 | 1011100 | 1010001 |
Color Harmonies of #A1FBA5
Complementary color
Monochromatic Colors of #A1FBA5
Black with #A1FBA5
Text Example
Text Example
White with #A1FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FBA5; }
p { color: rgb(161,251,165); }
H1.HeaderClassName
{
color: #A1FBA5;
}
.AnyTagClassName
{
color: #A1FBA5;
}
</style>
background-color css
<style>
a { background-color: #A1FBA5; }
a { background-color: rgb(161,251,165); }
div.DivClassName
{
background-color: #A1FBA5;
}
.BgClassName
{
background-color: #A1FBA5;
}
</style>
border-color css
<style>
span { border-color: #A1FBA5; }
span { border-color: rgb(161,251,165); }
td.TdClassName
{
border-color: #A1FBA5;
}
.TagClassName
{
border-color: #A1FBA5;
}
</style>