Shades of Pale Green #A2F29B
Tints of Pale Green #A2F29B
RGB
CMYK
RGB Variations
Color information
#A2F29B (or 0xA2F29B) is known color: Pale Green. HEX triplet: A2, F2 and 9B. RGB value is (162,242,155). Sum of RGB (Red+Green+Blue) = 162+242+155=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F29B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F29B is #5D0D64. Grayscale: #D0D0D0. Windows color (decimal): -6098277 or 10220194. OLE color: 10220194.
HSL color Cylindrical-coordinate representation of color #A2F29B: hue angle of 115.17º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2F29B is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 155 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.05 |
| HSL | 115.17º | 0.77% | 0.78% | - |
| HSV(B) | 115.17º | 0.36% | 0.95% | - |
| XYZ | 52.57 | 73.55 | 42.44 | - |
| YUV | 208.16 | 98 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 155 | 0.33 | 0 | 0.36 | 0.05 | 115.17 | 0.77 | 0.78 |
| Hex | A2 | F2 | 9B | 21 | 0 | 24 | 5 | 73 | 4D | 4E |
| Octal | 242 | 362 | 233 | 41 | 0 | 44 | 5 | 163 | 115 | 116 |
| Binary | 10100010 | 11110010 | 10011011 | 100001 | 0 | 100100 | 101 | 1110011 | 1001101 | 1001110 |
Color Harmonies of #A2F29B
Complementary color
Monochromatic Colors of #A2F29B
Black with #A2F29B
Text Example
Text Example
White with #A2F29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F29B; }
p { color: rgb(162,242,155); }
H1.HeaderClassName
{
color: #A2F29B;
}
.AnyTagClassName
{
color: #A2F29B;
}
</style>
background-color css
<style>
a { background-color: #A2F29B; }
a { background-color: rgb(162,242,155); }
div.DivClassName
{
background-color: #A2F29B;
}
.BgClassName
{
background-color: #A2F29B;
}
</style>
border-color css
<style>
span { border-color: #A2F29B; }
span { border-color: rgb(162,242,155); }
td.TdClassName
{
border-color: #A2F29B;
}
.TagClassName
{
border-color: #A2F29B;
}
</style>