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