Shades of Pale Green #A2FA91
Tints of Pale Green #A2FA91
RGB
CMYK
RGB Variations
Color information
#A2FA91 (or 0xA2FA91) is known color: Pale Green. HEX triplet: A2, FA and 91. RGB value is (162,250,145). Sum of RGB (Red+Green+Blue) = 162+250+145=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA91 is #5D056E. Grayscale: #D4D4D4. Windows color (decimal): -6096239 or 9566882. OLE color: 9566882.
HSL color Cylindrical-coordinate representation of color #A2FA91: hue angle of 110.29º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2FA91 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 145 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.02 |
| HSL | 110.29º | 0.91% | 0.77% | - |
| HSV(B) | 110.29º | 0.42% | 0.98% | - |
| XYZ | 54.2 | 78.1 | 39.01 | - |
| YUV | 211.72 | 90.35 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 145 | 0.35 | 0 | 0.42 | 0.02 | 110.29 | 0.91 | 0.77 |
| Hex | A2 | FA | 91 | 23 | 0 | 2A | 2 | 6E | 5B | 4D |
| Octal | 242 | 372 | 221 | 43 | 0 | 52 | 2 | 156 | 133 | 115 |
| Binary | 10100010 | 11111010 | 10010001 | 100011 | 0 | 101010 | 10 | 1101110 | 1011011 | 1001101 |
Color Harmonies of #A2FA91
Complementary color
Monochromatic Colors of #A2FA91
Black with #A2FA91
Text Example
Text Example
White with #A2FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA91; }
p { color: rgb(162,250,145); }
H1.HeaderClassName
{
color: #A2FA91;
}
.AnyTagClassName
{
color: #A2FA91;
}
</style>
background-color css
<style>
a { background-color: #A2FA91; }
a { background-color: rgb(162,250,145); }
div.DivClassName
{
background-color: #A2FA91;
}
.BgClassName
{
background-color: #A2FA91;
}
</style>
border-color css
<style>
span { border-color: #A2FA91; }
span { border-color: rgb(162,250,145); }
td.TdClassName
{
border-color: #A2FA91;
}
.TagClassName
{
border-color: #A2FA91;
}
</style>