Shades of Pale Green #A2F19B
Tints of Pale Green #A2F19B
RGB
CMYK
RGB Variations
Color information
#A2F19B (or 0xA2F19B) is known color: Pale Green. HEX triplet: A2, F1 and 9B. RGB value is (162,241,155). Sum of RGB (Red+Green+Blue) = 162+241+155=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F19B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F19B is #5D0E64. Grayscale: #CFCFCF. Windows color (decimal): -6098533 or 10219938. OLE color: 10219938.
HSL color Cylindrical-coordinate representation of color #A2F19B: hue angle of 115.12º degrees, saturation: 0.75, 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 #A2F19B is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 155 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.05 |
| HSL | 115.12º | 0.75% | 0.78% | - |
| HSV(B) | 115.12º | 0.36% | 0.95% | - |
| XYZ | 52.27 | 72.96 | 42.34 | - |
| YUV | 207.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 155 | 0.33 | 0 | 0.36 | 0.05 | 115.12 | 0.75 | 0.78 |
| Hex | A2 | F1 | 9B | 21 | 0 | 24 | 5 | 73 | 4B | 4E |
| Octal | 242 | 361 | 233 | 41 | 0 | 44 | 5 | 163 | 113 | 116 |
| Binary | 10100010 | 11110001 | 10011011 | 100001 | 0 | 100100 | 101 | 1110011 | 1001011 | 1001110 |
Color Harmonies of #A2F19B
Complementary color
Monochromatic Colors of #A2F19B
Black with #A2F19B
Text Example
Text Example
White with #A2F19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F19B; }
p { color: rgb(162,241,155); }
H1.HeaderClassName
{
color: #A2F19B;
}
.AnyTagClassName
{
color: #A2F19B;
}
</style>
background-color css
<style>
a { background-color: #A2F19B; }
a { background-color: rgb(162,241,155); }
div.DivClassName
{
background-color: #A2F19B;
}
.BgClassName
{
background-color: #A2F19B;
}
</style>
border-color css
<style>
span { border-color: #A2F19B; }
span { border-color: rgb(162,241,155); }
td.TdClassName
{
border-color: #A2F19B;
}
.TagClassName
{
border-color: #A2F19B;
}
</style>