Shades of Pale Green #A2F9A6
Tints of Pale Green #A2F9A6
RGB
CMYK
RGB Variations
Color information
#A2F9A6 (or 0xA2F9A6) is known color: Pale Green. HEX triplet: A2, F9 and A6. RGB value is (162,249,166). Sum of RGB (Red+Green+Blue) = 162+249+166=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F9A6 is #5D0659. Grayscale: #D5D5D5. Windows color (decimal): -6096474 or 10942882. OLE color: 10942882.
HSL color Cylindrical-coordinate representation of color #A2F9A6: hue angle of 122.76º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9A6 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 166 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.02 |
| HSL | 122.76º | 0.88% | 0.81% | - |
| HSV(B) | 122.76º | 0.35% | 0.98% | - |
| XYZ | 55.66 | 78.19 | 48.23 | - |
| YUV | 213.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 166 | 0.35 | 0 | 0.33 | 0.02 | 122.76 | 0.88 | 0.81 |
| Hex | A2 | F9 | A6 | 23 | 0 | 21 | 2 | 7B | 58 | 51 |
| Octal | 242 | 371 | 246 | 43 | 0 | 41 | 2 | 173 | 130 | 121 |
| Binary | 10100010 | 11111001 | 10100110 | 100011 | 0 | 100001 | 10 | 1111011 | 1011000 | 1010001 |
Color Harmonies of #A2F9A6
Complementary color
Monochromatic Colors of #A2F9A6
Black with #A2F9A6
Text Example
Text Example
White with #A2F9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9A6; }
p { color: rgb(162,249,166); }
H1.HeaderClassName
{
color: #A2F9A6;
}
.AnyTagClassName
{
color: #A2F9A6;
}
</style>
background-color css
<style>
a { background-color: #A2F9A6; }
a { background-color: rgb(162,249,166); }
div.DivClassName
{
background-color: #A2F9A6;
}
.BgClassName
{
background-color: #A2F9A6;
}
</style>
border-color css
<style>
span { border-color: #A2F9A6; }
span { border-color: rgb(162,249,166); }
td.TdClassName
{
border-color: #A2F9A6;
}
.TagClassName
{
border-color: #A2F9A6;
}
</style>