Shades of Pale Green #A2FC90
Tints of Pale Green #A2FC90
RGB
CMYK
RGB Variations
Color information
#A2FC90 (or 0xA2FC90) is known color: Pale Green. HEX triplet: A2, FC and 90. RGB value is (162,252,144). Sum of RGB (Red+Green+Blue) = 162+252+144=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FC90 is #5D036F. Grayscale: #D5D5D5. Windows color (decimal): -6095728 or 9501858. OLE color: 9501858.
HSL color Cylindrical-coordinate representation of color #A2FC90: hue angle of 110º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2FC90 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 144 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.01 |
| HSL | 110º | 0.95% | 0.78% | - |
| HSV(B) | 110º | 0.43% | 0.99% | - |
| XYZ | 54.74 | 79.32 | 38.81 | - |
| YUV | 212.78 | 89.18 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 144 | 0.36 | 0 | 0.43 | 0.01 | 110 | 0.95 | 0.78 |
| Hex | A2 | FC | 90 | 24 | 0 | 2B | 1 | 6E | 5F | 4E |
| Octal | 242 | 374 | 220 | 44 | 0 | 53 | 1 | 156 | 137 | 116 |
| Binary | 10100010 | 11111100 | 10010000 | 100100 | 0 | 101011 | 1 | 1101110 | 1011111 | 1001110 |
Color Harmonies of #A2FC90
Complementary color
Monochromatic Colors of #A2FC90
Black with #A2FC90
Text Example
Text Example
White with #A2FC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FC90; }
p { color: rgb(162,252,144); }
H1.HeaderClassName
{
color: #A2FC90;
}
.AnyTagClassName
{
color: #A2FC90;
}
</style>
background-color css
<style>
a { background-color: #A2FC90; }
a { background-color: rgb(162,252,144); }
div.DivClassName
{
background-color: #A2FC90;
}
.BgClassName
{
background-color: #A2FC90;
}
</style>
border-color css
<style>
span { border-color: #A2FC90; }
span { border-color: rgb(162,252,144); }
td.TdClassName
{
border-color: #A2FC90;
}
.TagClassName
{
border-color: #A2FC90;
}
</style>