Shades of Pale Green #A4FAAA
Tints of Pale Green #A4FAAA
RGB
CMYK
RGB Variations
Color information
#A4FAAA (or 0xA4FAAA) is known color: Pale Green. HEX triplet: A4, FA and AA. RGB value is (164,250,170). Sum of RGB (Red+Green+Blue) = 164+250+170=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FAAA is #5B0555. Grayscale: #D7D7D7. Windows color (decimal): -5965142 or 11205284. OLE color: 11205284.
HSL color Cylindrical-coordinate representation of color #A4FAAA: hue angle of 124.19º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAAA is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 170 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.02 |
| HSL | 124.19º | 0.9% | 0.81% | - |
| HSV(B) | 124.19º | 0.34% | 0.98% | - |
| XYZ | 56.75 | 79.17 | 50.32 | - |
| YUV | 215.17 | 102.51 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 170 | 0.34 | 0 | 0.32 | 0.02 | 124.19 | 0.9 | 0.81 |
| Hex | A4 | FA | AA | 22 | 0 | 20 | 2 | 7C | 5A | 51 |
| Octal | 244 | 372 | 252 | 42 | 0 | 40 | 2 | 174 | 132 | 121 |
| Binary | 10100100 | 11111010 | 10101010 | 100010 | 0 | 100000 | 10 | 1111100 | 1011010 | 1010001 |
Color Harmonies of #A4FAAA
Complementary color
Monochromatic Colors of #A4FAAA
Black with #A4FAAA
Text Example
Text Example
White with #A4FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FAAA; }
p { color: rgb(164,250,170); }
H1.HeaderClassName
{
color: #A4FAAA;
}
.AnyTagClassName
{
color: #A4FAAA;
}
</style>
background-color css
<style>
a { background-color: #A4FAAA; }
a { background-color: rgb(164,250,170); }
div.DivClassName
{
background-color: #A4FAAA;
}
.BgClassName
{
background-color: #A4FAAA;
}
</style>
border-color css
<style>
span { border-color: #A4FAAA; }
span { border-color: rgb(164,250,170); }
td.TdClassName
{
border-color: #A4FAAA;
}
.TagClassName
{
border-color: #A4FAAA;
}
</style>