Shades of Pale Green #A4FAA2
Tints of Pale Green #A4FAA2
RGB
CMYK
RGB Variations
Color information
#A4FAA2 (or 0xA4FAA2) is known color: Pale Green. HEX triplet: A4, FA and A2. RGB value is (164,250,162). Sum of RGB (Red+Green+Blue) = 164+250+162=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FAA2 is #5B055D. Grayscale: #D6D6D6. Windows color (decimal): -5965150 or 10680996. OLE color: 10680996.
HSL color Cylindrical-coordinate representation of color #A4FAA2: hue angle of 118.64º degrees, saturation: 0.9, 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 #A4FAA2 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 162 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.02 |
| HSL | 118.64º | 0.9% | 0.81% | - |
| HSV(B) | 118.64º | 0.35% | 0.98% | - |
| XYZ | 56.02 | 78.87 | 46.45 | - |
| YUV | 214.25 | 98.51 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 162 | 0.34 | 0 | 0.35 | 0.02 | 118.64 | 0.9 | 0.81 |
| Hex | A4 | FA | A2 | 22 | 0 | 23 | 2 | 77 | 5A | 51 |
| Octal | 244 | 372 | 242 | 42 | 0 | 43 | 2 | 167 | 132 | 121 |
| Binary | 10100100 | 11111010 | 10100010 | 100010 | 0 | 100011 | 10 | 1110111 | 1011010 | 1010001 |
Color Harmonies of #A4FAA2
Complementary color
Monochromatic Colors of #A4FAA2
Black with #A4FAA2
Text Example
Text Example
White with #A4FAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FAA2; }
p { color: rgb(164,250,162); }
H1.HeaderClassName
{
color: #A4FAA2;
}
.AnyTagClassName
{
color: #A4FAA2;
}
</style>
background-color css
<style>
a { background-color: #A4FAA2; }
a { background-color: rgb(164,250,162); }
div.DivClassName
{
background-color: #A4FAA2;
}
.BgClassName
{
background-color: #A4FAA2;
}
</style>
border-color css
<style>
span { border-color: #A4FAA2; }
span { border-color: rgb(164,250,162); }
td.TdClassName
{
border-color: #A4FAA2;
}
.TagClassName
{
border-color: #A4FAA2;
}
</style>