Shades of Pale Green #A1FCA8
Tints of Pale Green #A1FCA8
RGB
CMYK
RGB Variations
Color information
#A1FCA8 (or 0xA1FCA8) is known color: Pale Green. HEX triplet: A1, FC and A8. RGB value is (161,252,168). Sum of RGB (Red+Green+Blue) = 161+252+168=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FCA8 is #5E0357. Grayscale: #D7D7D7. Windows color (decimal): -6161240 or 11074721. OLE color: 11074721.
HSL color Cylindrical-coordinate representation of color #A1FCA8: hue angle of 124.62º 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 #A1FCA8 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 168 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.01 |
| HSL | 124.62º | 0.94% | 0.81% | - |
| HSV(B) | 124.62º | 0.36% | 0.99% | - |
| XYZ | 56.58 | 80.03 | 49.51 | - |
| YUV | 215.22 | 101.35 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 168 | 0.36 | 0 | 0.33 | 0.01 | 124.62 | 0.94 | 0.81 |
| Hex | A1 | FC | A8 | 24 | 0 | 21 | 1 | 7D | 5E | 51 |
| Octal | 241 | 374 | 250 | 44 | 0 | 41 | 1 | 175 | 136 | 121 |
| Binary | 10100001 | 11111100 | 10101000 | 100100 | 0 | 100001 | 1 | 1111101 | 1011110 | 1010001 |
Color Harmonies of #A1FCA8
Complementary color
Monochromatic Colors of #A1FCA8
Black with #A1FCA8
Text Example
Text Example
White with #A1FCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCA8; }
p { color: rgb(161,252,168); }
H1.HeaderClassName
{
color: #A1FCA8;
}
.AnyTagClassName
{
color: #A1FCA8;
}
</style>
background-color css
<style>
a { background-color: #A1FCA8; }
a { background-color: rgb(161,252,168); }
div.DivClassName
{
background-color: #A1FCA8;
}
.BgClassName
{
background-color: #A1FCA8;
}
</style>
border-color css
<style>
span { border-color: #A1FCA8; }
span { border-color: rgb(161,252,168); }
td.TdClassName
{
border-color: #A1FCA8;
}
.TagClassName
{
border-color: #A1FCA8;
}
</style>