Shades of Pale Green #A2F2A5
Tints of Pale Green #A2F2A5
RGB
CMYK
RGB Variations
Color information
#A2F2A5 (or 0xA2F2A5) is known color: Pale Green. HEX triplet: A2, F2 and A5. RGB value is (162,242,165). Sum of RGB (Red+Green+Blue) = 162+242+165=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F2A5 is #5D0D5A. Grayscale: #D1D1D1. Windows color (decimal): -6098267 or 10875554. OLE color: 10875554.
HSL color Cylindrical-coordinate representation of color #A2F2A5: hue angle of 122.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2A5 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 165 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.05 |
| HSL | 122.25º | 0.75% | 0.79% | - |
| HSV(B) | 122.25º | 0.33% | 0.95% | - |
| XYZ | 53.44 | 73.9 | 47.05 | - |
| YUV | 209.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 165 | 0.33 | 0 | 0.32 | 0.05 | 122.25 | 0.75 | 0.79 |
| Hex | A2 | F2 | A5 | 21 | 0 | 20 | 5 | 7A | 4B | 4F |
| Octal | 242 | 362 | 245 | 41 | 0 | 40 | 5 | 172 | 113 | 117 |
| Binary | 10100010 | 11110010 | 10100101 | 100001 | 0 | 100000 | 101 | 1111010 | 1001011 | 1001111 |
Color Harmonies of #A2F2A5
Complementary color
Monochromatic Colors of #A2F2A5
Black with #A2F2A5
Text Example
Text Example
White with #A2F2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2A5; }
p { color: rgb(162,242,165); }
H1.HeaderClassName
{
color: #A2F2A5;
}
.AnyTagClassName
{
color: #A2F2A5;
}
</style>
background-color css
<style>
a { background-color: #A2F2A5; }
a { background-color: rgb(162,242,165); }
div.DivClassName
{
background-color: #A2F2A5;
}
.BgClassName
{
background-color: #A2F2A5;
}
</style>
border-color css
<style>
span { border-color: #A2F2A5; }
span { border-color: rgb(162,242,165); }
td.TdClassName
{
border-color: #A2F2A5;
}
.TagClassName
{
border-color: #A2F2A5;
}
</style>