Shades of Pale Green #A1FCA2
Tints of Pale Green #A1FCA2
RGB
CMYK
RGB Variations
Color information
#A1FCA2 (or 0xA1FCA2) is known color: Pale Green. HEX triplet: A1, FC and A2. RGB value is (161,252,162). Sum of RGB (Red+Green+Blue) = 161+252+162=575 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 162 (63.67% from 255 or 28.17% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FCA2 is #5E035D. Grayscale: #D6D6D6. Windows color (decimal): -6161246 or 10681505. OLE color: 10681505.
HSL color Cylindrical-coordinate representation of color #A1FCA2: hue angle of 120.66º 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 #A1FCA2 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 161 | 252 | 162 | - |
CMYK | 0.36 | 0 | 0.36 | 0.01 |
HSL | 120.66º | 0.94% | 0.81% | - |
HSV(B) | 120.66º | 0.36% | 0.99% | - |
XYZ | 56.03 | 79.81 | 46.63 | - |
YUV | 214.53 | 98.35 | 89.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 252 | 162 | 0.36 | 0 | 0.36 | 0.01 | 120.66 | 0.94 | 0.81 |
Hex | A1 | FC | A2 | 24 | 0 | 24 | 1 | 79 | 5E | 51 |
Octal | 241 | 374 | 242 | 44 | 0 | 44 | 1 | 171 | 136 | 121 |
Binary | 10100001 | 11111100 | 10100010 | 100100 | 0 | 100100 | 1 | 1111001 | 1011110 | 1010001 |
Color Harmonies of #A1FCA2
Complementary color
Monochromatic Colors of #A1FCA2
Black with #A1FCA2
Text Example
Text Example
White with #A1FCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCA2; }
p { color: rgb(161,252,162); }
H1.HeaderClassName
{
color: #A1FCA2;
}
.AnyTagClassName
{
color: #A1FCA2;
}
</style>
background-color css
<style>
a { background-color: #A1FCA2; }
a { background-color: rgb(161,252,162); }
div.DivClassName
{
background-color: #A1FCA2;
}
.BgClassName
{
background-color: #A1FCA2;
}
</style>
border-color css
<style>
span { border-color: #A1FCA2; }
span { border-color: rgb(161,252,162); }
td.TdClassName
{
border-color: #A1FCA2;
}
.TagClassName
{
border-color: #A1FCA2;
}
</style>