Shades of Pale Green #A4FA96
Tints of Pale Green #A4FA96
RGB
CMYK
RGB Variations
Color information
#A4FA96 (or 0xA4FA96) is known color: Pale Green. HEX triplet: A4, FA and 96. RGB value is (164,250,150). Sum of RGB (Red+Green+Blue) = 164+250+150=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FA96 is #5B0569. Grayscale: #D5D5D5. Windows color (decimal): -5965162 or 9894564. OLE color: 9894564.
HSL color Cylindrical-coordinate representation of color #A4FA96: hue angle of 111.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4FA96 is Cyan = 0.34, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 150 | - |
| CMYK | 0.34 | 0 | 0.4 | 0.02 |
| HSL | 111.6º | 0.91% | 0.78% | - |
| HSV(B) | 111.6º | 0.4% | 0.98% | - |
| XYZ | 55 | 78.47 | 41.1 | - |
| YUV | 212.89 | 92.51 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 150 | 0.34 | 0 | 0.4 | 0.02 | 111.6 | 0.91 | 0.78 |
| Hex | A4 | FA | 96 | 22 | 0 | 28 | 2 | 70 | 5B | 4E |
| Octal | 244 | 372 | 226 | 42 | 0 | 50 | 2 | 160 | 133 | 116 |
| Binary | 10100100 | 11111010 | 10010110 | 100010 | 0 | 101000 | 10 | 1110000 | 1011011 | 1001110 |
Color Harmonies of #A4FA96
Complementary color
Monochromatic Colors of #A4FA96
Black with #A4FA96
Text Example
Text Example
White with #A4FA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FA96; }
p { color: rgb(164,250,150); }
H1.HeaderClassName
{
color: #A4FA96;
}
.AnyTagClassName
{
color: #A4FA96;
}
</style>
background-color css
<style>
a { background-color: #A4FA96; }
a { background-color: rgb(164,250,150); }
div.DivClassName
{
background-color: #A4FA96;
}
.BgClassName
{
background-color: #A4FA96;
}
</style>
border-color css
<style>
span { border-color: #A4FA96; }
span { border-color: rgb(164,250,150); }
td.TdClassName
{
border-color: #A4FA96;
}
.TagClassName
{
border-color: #A4FA96;
}
</style>