Shades of Pale Green #A2FA86
Tints of Pale Green #A2FA86
RGB
CMYK
RGB Variations
Color information
#A2FA86 (or 0xA2FA86) is known color: Pale Green. HEX triplet: A2, FA and 86. RGB value is (162,250,134). Sum of RGB (Red+Green+Blue) = 162+250+134=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA86 is #5D0579. Grayscale: #D2D2D2. Windows color (decimal): -6096250 or 8845986. OLE color: 8845986.
HSL color Cylindrical-coordinate representation of color #A2FA86: hue angle of 105.52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2FA86 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 134 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.02 |
| HSL | 105.52º | 0.92% | 0.75% | - |
| HSV(B) | 105.52º | 0.46% | 0.98% | - |
| XYZ | 53.39 | 77.77 | 34.75 | - |
| YUV | 210.46 | 84.85 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 134 | 0.35 | 0 | 0.46 | 0.02 | 105.52 | 0.92 | 0.75 |
| Hex | A2 | FA | 86 | 23 | 0 | 2E | 2 | 6A | 5C | 4B |
| Octal | 242 | 372 | 206 | 43 | 0 | 56 | 2 | 152 | 134 | 113 |
| Binary | 10100010 | 11111010 | 10000110 | 100011 | 0 | 101110 | 10 | 1101010 | 1011100 | 1001011 |
Color Harmonies of #A2FA86
Complementary color
Monochromatic Colors of #A2FA86
Black with #A2FA86
Text Example
Text Example
White with #A2FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA86; }
p { color: rgb(162,250,134); }
H1.HeaderClassName
{
color: #A2FA86;
}
.AnyTagClassName
{
color: #A2FA86;
}
</style>
background-color css
<style>
a { background-color: #A2FA86; }
a { background-color: rgb(162,250,134); }
div.DivClassName
{
background-color: #A2FA86;
}
.BgClassName
{
background-color: #A2FA86;
}
</style>
border-color css
<style>
span { border-color: #A2FA86; }
span { border-color: rgb(162,250,134); }
td.TdClassName
{
border-color: #A2FA86;
}
.TagClassName
{
border-color: #A2FA86;
}
</style>