Shades of Pale Green #A2FA9B
Tints of Pale Green #A2FA9B
RGB
CMYK
RGB Variations
Color information
#A2FA9B (or 0xA2FA9B) is known color: Pale Green. HEX triplet: A2, FA and 9B. RGB value is (162,250,155). Sum of RGB (Red+Green+Blue) = 162+250+155=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA9B is #5D0564. Grayscale: #D5D5D5. Windows color (decimal): -6096229 or 10222242. OLE color: 10222242.
HSL color Cylindrical-coordinate representation of color #A2FA9B: hue angle of 115.58º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2FA9B is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 155 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.02 |
| HSL | 115.58º | 0.9% | 0.79% | - |
| HSV(B) | 115.58º | 0.38% | 0.98% | - |
| XYZ | 55 | 78.42 | 43.25 | - |
| YUV | 212.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 155 | 0.35 | 0 | 0.38 | 0.02 | 115.58 | 0.9 | 0.79 |
| Hex | A2 | FA | 9B | 23 | 0 | 26 | 2 | 74 | 5A | 4F |
| Octal | 242 | 372 | 233 | 43 | 0 | 46 | 2 | 164 | 132 | 117 |
| Binary | 10100010 | 11111010 | 10011011 | 100011 | 0 | 100110 | 10 | 1110100 | 1011010 | 1001111 |
Color Harmonies of #A2FA9B
Complementary color
Monochromatic Colors of #A2FA9B
Black with #A2FA9B
Text Example
Text Example
White with #A2FA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA9B; }
p { color: rgb(162,250,155); }
H1.HeaderClassName
{
color: #A2FA9B;
}
.AnyTagClassName
{
color: #A2FA9B;
}
</style>
background-color css
<style>
a { background-color: #A2FA9B; }
a { background-color: rgb(162,250,155); }
div.DivClassName
{
background-color: #A2FA9B;
}
.BgClassName
{
background-color: #A2FA9B;
}
</style>
border-color css
<style>
span { border-color: #A2FA9B; }
span { border-color: rgb(162,250,155); }
td.TdClassName
{
border-color: #A2FA9B;
}
.TagClassName
{
border-color: #A2FA9B;
}
</style>