Shades of Pale Green #A2F29D
Tints of Pale Green #A2F29D
RGB
CMYK
RGB Variations
Color information
#A2F29D (or 0xA2F29D) is known color: Pale Green. HEX triplet: A2, F2 and 9D. RGB value is (162,242,157). Sum of RGB (Red+Green+Blue) = 162+242+157=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F29D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F29D is #5D0D62. Grayscale: #D0D0D0. Windows color (decimal): -6098275 or 10351266. OLE color: 10351266.
HSL color Cylindrical-coordinate representation of color #A2F29D: hue angle of 116.47º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F29D is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 157 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.05 |
| HSL | 116.47º | 0.77% | 0.78% | - |
| HSV(B) | 116.47º | 0.35% | 0.95% | - |
| XYZ | 52.74 | 73.62 | 43.33 | - |
| YUV | 208.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 157 | 0.33 | 0 | 0.35 | 0.05 | 116.47 | 0.77 | 0.78 |
| Hex | A2 | F2 | 9D | 21 | 0 | 23 | 5 | 74 | 4D | 4E |
| Octal | 242 | 362 | 235 | 41 | 0 | 43 | 5 | 164 | 115 | 116 |
| Binary | 10100010 | 11110010 | 10011101 | 100001 | 0 | 100011 | 101 | 1110100 | 1001101 | 1001110 |
Color Harmonies of #A2F29D
Complementary color
Monochromatic Colors of #A2F29D
Black with #A2F29D
Text Example
Text Example
White with #A2F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F29D; }
p { color: rgb(162,242,157); }
H1.HeaderClassName
{
color: #A2F29D;
}
.AnyTagClassName
{
color: #A2F29D;
}
</style>
background-color css
<style>
a { background-color: #A2F29D; }
a { background-color: rgb(162,242,157); }
div.DivClassName
{
background-color: #A2F29D;
}
.BgClassName
{
background-color: #A2F29D;
}
</style>
border-color css
<style>
span { border-color: #A2F29D; }
span { border-color: rgb(162,242,157); }
td.TdClassName
{
border-color: #A2F29D;
}
.TagClassName
{
border-color: #A2F29D;
}
</style>