Shades of Pale Green #A2F19C
Tints of Pale Green #A2F19C
RGB
CMYK
RGB Variations
Color information
#A2F19C (or 0xA2F19C) is known color: Pale Green. HEX triplet: A2, F1 and 9C. RGB value is (162,241,156). Sum of RGB (Red+Green+Blue) = 162+241+156=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F19C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F19C is #5D0E63. Grayscale: #CFCFCF. Windows color (decimal): -6098532 or 10285474. OLE color: 10285474.
HSL color Cylindrical-coordinate representation of color #A2F19C: hue angle of 115.76º degrees, saturation: 0.75, 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 #A2F19C is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 156 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.05 |
| HSL | 115.76º | 0.75% | 0.78% | - |
| HSV(B) | 115.76º | 0.35% | 0.95% | - |
| XYZ | 52.36 | 72.99 | 42.78 | - |
| YUV | 207.69 | 98.83 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 156 | 0.33 | 0 | 0.35 | 0.05 | 115.76 | 0.75 | 0.78 |
| Hex | A2 | F1 | 9C | 21 | 0 | 23 | 5 | 74 | 4B | 4E |
| Octal | 242 | 361 | 234 | 41 | 0 | 43 | 5 | 164 | 113 | 116 |
| Binary | 10100010 | 11110001 | 10011100 | 100001 | 0 | 100011 | 101 | 1110100 | 1001011 | 1001110 |
Color Harmonies of #A2F19C
Complementary color
Monochromatic Colors of #A2F19C
Black with #A2F19C
Text Example
Text Example
White with #A2F19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F19C; }
p { color: rgb(162,241,156); }
H1.HeaderClassName
{
color: #A2F19C;
}
.AnyTagClassName
{
color: #A2F19C;
}
</style>
background-color css
<style>
a { background-color: #A2F19C; }
a { background-color: rgb(162,241,156); }
div.DivClassName
{
background-color: #A2F19C;
}
.BgClassName
{
background-color: #A2F19C;
}
</style>
border-color css
<style>
span { border-color: #A2F19C; }
span { border-color: rgb(162,241,156); }
td.TdClassName
{
border-color: #A2F19C;
}
.TagClassName
{
border-color: #A2F19C;
}
</style>