Shades of Pale Green #A1FCA6
Tints of Pale Green #A1FCA6
RGB
CMYK
RGB Variations
Color information
#A1FCA6 (or 0xA1FCA6) is known color: Pale Green. HEX triplet: A1, FC and A6. RGB value is (161,252,166). Sum of RGB (Red+Green+Blue) = 161+252+166=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 166 (65.23% from 255 or 28.67% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FCA6 is #5E0359. Grayscale: #D7D7D7. Windows color (decimal): -6161242 or 10943649. OLE color: 10943649.
HSL color Cylindrical-coordinate representation of color #A1FCA6: hue angle of 123.3º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCA6 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 166 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.01 |
| HSL | 123.3º | 0.94% | 0.81% | - |
| HSV(B) | 123.3º | 0.36% | 0.99% | - |
| XYZ | 56.39 | 79.95 | 48.54 | - |
| YUV | 214.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 166 | 0.36 | 0 | 0.34 | 0.01 | 123.3 | 0.94 | 0.81 |
| Hex | A1 | FC | A6 | 24 | 0 | 22 | 1 | 7B | 5E | 51 |
| Octal | 241 | 374 | 246 | 44 | 0 | 42 | 1 | 173 | 136 | 121 |
| Binary | 10100001 | 11111100 | 10100110 | 100100 | 0 | 100010 | 1 | 1111011 | 1011110 | 1010001 |
Color Harmonies of #A1FCA6
Complementary color
Monochromatic Colors of #A1FCA6
Black with #A1FCA6
Text Example
Text Example
White with #A1FCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCA6; }
p { color: rgb(161,252,166); }
H1.HeaderClassName
{
color: #A1FCA6;
}
.AnyTagClassName
{
color: #A1FCA6;
}
</style>
background-color css
<style>
a { background-color: #A1FCA6; }
a { background-color: rgb(161,252,166); }
div.DivClassName
{
background-color: #A1FCA6;
}
.BgClassName
{
background-color: #A1FCA6;
}
</style>
border-color css
<style>
span { border-color: #A1FCA6; }
span { border-color: rgb(161,252,166); }
td.TdClassName
{
border-color: #A1FCA6;
}
.TagClassName
{
border-color: #A1FCA6;
}
</style>