Shades of Pale Green #A2FA90
Tints of Pale Green #A2FA90
RGB
CMYK
RGB Variations
Color information
#A2FA90 (or 0xA2FA90) is known color: Pale Green. HEX triplet: A2, FA and 90. RGB value is (162,250,144). Sum of RGB (Red+Green+Blue) = 162+250+144=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA90 is #5D056F. Grayscale: #D3D3D3. Windows color (decimal): -6096240 or 9501346. OLE color: 9501346.
HSL color Cylindrical-coordinate representation of color #A2FA90: hue angle of 109.81º 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 #A2FA90 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 144 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.02 |
| HSL | 109.81º | 0.91% | 0.77% | - |
| HSV(B) | 109.81º | 0.42% | 0.98% | - |
| XYZ | 54.12 | 78.07 | 38.6 | - |
| YUV | 211.6 | 89.85 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 144 | 0.35 | 0 | 0.42 | 0.02 | 109.81 | 0.91 | 0.77 |
| Hex | A2 | FA | 90 | 23 | 0 | 2A | 2 | 6E | 5B | 4D |
| Octal | 242 | 372 | 220 | 43 | 0 | 52 | 2 | 156 | 133 | 115 |
| Binary | 10100010 | 11111010 | 10010000 | 100011 | 0 | 101010 | 10 | 1101110 | 1011011 | 1001101 |
Color Harmonies of #A2FA90
Complementary color
Monochromatic Colors of #A2FA90
Black with #A2FA90
Text Example
Text Example
White with #A2FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA90; }
p { color: rgb(162,250,144); }
H1.HeaderClassName
{
color: #A2FA90;
}
.AnyTagClassName
{
color: #A2FA90;
}
</style>
background-color css
<style>
a { background-color: #A2FA90; }
a { background-color: rgb(162,250,144); }
div.DivClassName
{
background-color: #A2FA90;
}
.BgClassName
{
background-color: #A2FA90;
}
</style>
border-color css
<style>
span { border-color: #A2FA90; }
span { border-color: rgb(162,250,144); }
td.TdClassName
{
border-color: #A2FA90;
}
.TagClassName
{
border-color: #A2FA90;
}
</style>