Shades of Pale Green #A2F199
Tints of Pale Green #A2F199
RGB
CMYK
RGB Variations
Color information
#A2F199 (or 0xA2F199) is known color: Pale Green. HEX triplet: A2, F1 and 99. RGB value is (162,241,153). Sum of RGB (Red+Green+Blue) = 162+241+153=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F199 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F199 is #5D0E66. Grayscale: #CFCFCF. Windows color (decimal): -6098535 or 10088866. OLE color: 10088866.
HSL color Cylindrical-coordinate representation of color #A2F199: hue angle of 113.86º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2F199 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 153 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.05 |
| HSL | 113.86º | 0.76% | 0.77% | - |
| HSV(B) | 113.86º | 0.37% | 0.95% | - |
| XYZ | 52.11 | 72.89 | 41.46 | - |
| YUV | 207.35 | 97.33 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 153 | 0.33 | 0 | 0.37 | 0.05 | 113.86 | 0.76 | 0.77 |
| Hex | A2 | F1 | 99 | 21 | 0 | 25 | 5 | 72 | 4C | 4D |
| Octal | 242 | 361 | 231 | 41 | 0 | 45 | 5 | 162 | 114 | 115 |
| Binary | 10100010 | 11110001 | 10011001 | 100001 | 0 | 100101 | 101 | 1110010 | 1001100 | 1001101 |
Color Harmonies of #A2F199
Complementary color
Monochromatic Colors of #A2F199
Black with #A2F199
Text Example
Text Example
White with #A2F199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F199; }
p { color: rgb(162,241,153); }
H1.HeaderClassName
{
color: #A2F199;
}
.AnyTagClassName
{
color: #A2F199;
}
</style>
background-color css
<style>
a { background-color: #A2F199; }
a { background-color: rgb(162,241,153); }
div.DivClassName
{
background-color: #A2F199;
}
.BgClassName
{
background-color: #A2F199;
}
</style>
border-color css
<style>
span { border-color: #A2F199; }
span { border-color: rgb(162,241,153); }
td.TdClassName
{
border-color: #A2F199;
}
.TagClassName
{
border-color: #A2F199;
}
</style>