Shades of Pale Green #A2FA8D
Tints of Pale Green #A2FA8D
RGB
CMYK
RGB Variations
Color information
#A2FA8D (or 0xA2FA8D) is known color: Pale Green. HEX triplet: A2, FA and 8D. RGB value is (162,250,141). Sum of RGB (Red+Green+Blue) = 162+250+141=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA8D is #5D0572. Grayscale: #D3D3D3. Windows color (decimal): -6096243 or 9304738. OLE color: 9304738.
HSL color Cylindrical-coordinate representation of color #A2FA8D: hue angle of 108.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2FA8D is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 141 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.02 |
| HSL | 108.44º | 0.92% | 0.77% | - |
| HSV(B) | 108.44º | 0.44% | 0.98% | - |
| XYZ | 53.89 | 77.98 | 37.41 | - |
| YUV | 211.26 | 88.35 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 141 | 0.35 | 0 | 0.44 | 0.02 | 108.44 | 0.92 | 0.77 |
| Hex | A2 | FA | 8D | 23 | 0 | 2C | 2 | 6C | 5C | 4D |
| Octal | 242 | 372 | 215 | 43 | 0 | 54 | 2 | 154 | 134 | 115 |
| Binary | 10100010 | 11111010 | 10001101 | 100011 | 0 | 101100 | 10 | 1101100 | 1011100 | 1001101 |
Color Harmonies of #A2FA8D
Complementary color
Monochromatic Colors of #A2FA8D
Black with #A2FA8D
Text Example
Text Example
White with #A2FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA8D; }
p { color: rgb(162,250,141); }
H1.HeaderClassName
{
color: #A2FA8D;
}
.AnyTagClassName
{
color: #A2FA8D;
}
</style>
background-color css
<style>
a { background-color: #A2FA8D; }
a { background-color: rgb(162,250,141); }
div.DivClassName
{
background-color: #A2FA8D;
}
.BgClassName
{
background-color: #A2FA8D;
}
</style>
border-color css
<style>
span { border-color: #A2FA8D; }
span { border-color: rgb(162,250,141); }
td.TdClassName
{
border-color: #A2FA8D;
}
.TagClassName
{
border-color: #A2FA8D;
}
</style>