Shades of Pale Green #A4FC96
Tints of Pale Green #A4FC96
RGB
CMYK
RGB Variations
Color information
#A4FC96 (or 0xA4FC96) is known color: Pale Green. HEX triplet: A4, FC and 96. RGB value is (164,252,150). Sum of RGB (Red+Green+Blue) = 164+252+150=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FC96 is #5B0369. Grayscale: #D6D6D6. Windows color (decimal): -5964650 or 9895076. OLE color: 9895076.
HSL color Cylindrical-coordinate representation of color #A4FC96: hue angle of 111.76º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4FC96 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 150 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.01 |
| HSL | 111.76º | 0.94% | 0.79% | - |
| HSV(B) | 111.76º | 0.4% | 0.99% | - |
| XYZ | 55.63 | 79.72 | 41.31 | - |
| YUV | 214.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 150 | 0.35 | 0 | 0.40 | 0.01 | 111.76 | 0.94 | 0.79 |
| Hex | A4 | FC | 96 | 23 | 0 | 28 | 1 | 70 | 5E | 4F |
| Octal | 244 | 374 | 226 | 43 | 0 | 50 | 1 | 160 | 136 | 117 |
| Binary | 10100100 | 11111100 | 10010110 | 100011 | 0 | 101000 | 1 | 1110000 | 1011110 | 1001111 |
Color Harmonies of #A4FC96
Complementary color
Monochromatic Colors of #A4FC96
Black with #A4FC96
Text Example
Text Example
White with #A4FC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FC96; }
p { color: rgb(164,252,150); }
H1.HeaderClassName
{
color: #A4FC96;
}
.AnyTagClassName
{
color: #A4FC96;
}
</style>
background-color css
<style>
a { background-color: #A4FC96; }
a { background-color: rgb(164,252,150); }
div.DivClassName
{
background-color: #A4FC96;
}
.BgClassName
{
background-color: #A4FC96;
}
</style>
border-color css
<style>
span { border-color: #A4FC96; }
span { border-color: rgb(164,252,150); }
td.TdClassName
{
border-color: #A4FC96;
}
.TagClassName
{
border-color: #A4FC96;
}
</style>