Shades of Pale Green #A2F49B
Tints of Pale Green #A2F49B
RGB
CMYK
RGB Variations
Color information
#A2F49B (or 0xA2F49B) is known color: Pale Green. HEX triplet: A2, F4 and 9B. RGB value is (162,244,155). Sum of RGB (Red+Green+Blue) = 162+244+155=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F49B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F49B is #5D0B64. Grayscale: #D1D1D1. Windows color (decimal): -6097765 or 10220706. OLE color: 10220706.
HSL color Cylindrical-coordinate representation of color #A2F49B: hue angle of 115.28º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2F49B is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 155 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.04 |
| HSL | 115.28º | 0.8% | 0.78% | - |
| HSV(B) | 115.28º | 0.36% | 0.96% | - |
| XYZ | 53.17 | 74.75 | 42.64 | - |
| YUV | 209.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 155 | 0.34 | 0 | 0.36 | 0.04 | 115.28 | 0.8 | 0.78 |
| Hex | A2 | F4 | 9B | 22 | 0 | 24 | 4 | 73 | 50 | 4E |
| Octal | 242 | 364 | 233 | 42 | 0 | 44 | 4 | 163 | 120 | 116 |
| Binary | 10100010 | 11110100 | 10011011 | 100010 | 0 | 100100 | 100 | 1110011 | 1010000 | 1001110 |
Color Harmonies of #A2F49B
Complementary color
Monochromatic Colors of #A2F49B
Black with #A2F49B
Text Example
Text Example
White with #A2F49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F49B; }
p { color: rgb(162,244,155); }
H1.HeaderClassName
{
color: #A2F49B;
}
.AnyTagClassName
{
color: #A2F49B;
}
</style>
background-color css
<style>
a { background-color: #A2F49B; }
a { background-color: rgb(162,244,155); }
div.DivClassName
{
background-color: #A2F49B;
}
.BgClassName
{
background-color: #A2F49B;
}
</style>
border-color css
<style>
span { border-color: #A2F49B; }
span { border-color: rgb(162,244,155); }
td.TdClassName
{
border-color: #A2F49B;
}
.TagClassName
{
border-color: #A2F49B;
}
</style>