Shades of Pale Green #A2FA81
Tints of Pale Green #A2FA81
RGB
CMYK
RGB Variations
Color information
#A2FA81 (or 0xA2FA81) is known color: Pale Green. HEX triplet: A2, FA and 81. RGB value is (162,250,129). Sum of RGB (Red+Green+Blue) = 162+250+129=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA81 is #5D057E. Grayscale: #D2D2D2. Windows color (decimal): -6096255 or 8518306. OLE color: 8518306.
HSL color Cylindrical-coordinate representation of color #A2FA81: hue angle of 103.64º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2FA81 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 129 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.02 |
| HSL | 103.64º | 0.92% | 0.74% | - |
| HSV(B) | 103.64º | 0.48% | 0.98% | - |
| XYZ | 53.05 | 77.64 | 32.96 | - |
| YUV | 209.89 | 82.35 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 129 | 0.35 | 0 | 0.48 | 0.02 | 103.64 | 0.92 | 0.74 |
| Hex | A2 | FA | 81 | 23 | 0 | 30 | 2 | 68 | 5C | 4A |
| Octal | 242 | 372 | 201 | 43 | 0 | 60 | 2 | 150 | 134 | 112 |
| Binary | 10100010 | 11111010 | 10000001 | 100011 | 0 | 110000 | 10 | 1101000 | 1011100 | 1001010 |
Color Harmonies of #A2FA81
Complementary color
Monochromatic Colors of #A2FA81
Black with #A2FA81
Text Example
Text Example
White with #A2FA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA81; }
p { color: rgb(162,250,129); }
H1.HeaderClassName
{
color: #A2FA81;
}
.AnyTagClassName
{
color: #A2FA81;
}
</style>
background-color css
<style>
a { background-color: #A2FA81; }
a { background-color: rgb(162,250,129); }
div.DivClassName
{
background-color: #A2FA81;
}
.BgClassName
{
background-color: #A2FA81;
}
</style>
border-color css
<style>
span { border-color: #A2FA81; }
span { border-color: rgb(162,250,129); }
td.TdClassName
{
border-color: #A2FA81;
}
.TagClassName
{
border-color: #A2FA81;
}
</style>