Shades of Pale Green #A4F494
Tints of Pale Green #A4F494
RGB
CMYK
RGB Variations
Color information
#A4F494 (or 0xA4F494) is known color: Pale Green. HEX triplet: A4, F4 and 94. RGB value is (164,244,148). Sum of RGB (Red+Green+Blue) = 164+244+148=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F494 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F494 is #5B0B6B. Grayscale: #D1D1D1. Windows color (decimal): -5966700 or 9761956. OLE color: 9761956.
HSL color Cylindrical-coordinate representation of color #A4F494: hue angle of 110º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4F494 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 244 | 148 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.04 |
| HSL | 110º | 0.81% | 0.77% | - |
| HSV(B) | 110º | 0.39% | 0.96% | - |
| XYZ | 53.01 | 74.73 | 39.65 | - |
| YUV | 209.14 | 93.5 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 244 | 148 | 0.33 | 0 | 0.39 | 0.04 | 110 | 0.81 | 0.77 |
| Hex | A4 | F4 | 94 | 21 | 0 | 27 | 4 | 6E | 51 | 4D |
| Octal | 244 | 364 | 224 | 41 | 0 | 47 | 4 | 156 | 121 | 115 |
| Binary | 10100100 | 11110100 | 10010100 | 100001 | 0 | 100111 | 100 | 1101110 | 1010001 | 1001101 |
Color Harmonies of #A4F494
Complementary color
Monochromatic Colors of #A4F494
Black with #A4F494
Text Example
Text Example
White with #A4F494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F494; }
p { color: rgb(164,244,148); }
H1.HeaderClassName
{
color: #A4F494;
}
.AnyTagClassName
{
color: #A4F494;
}
</style>
background-color css
<style>
a { background-color: #A4F494; }
a { background-color: rgb(164,244,148); }
div.DivClassName
{
background-color: #A4F494;
}
.BgClassName
{
background-color: #A4F494;
}
</style>
border-color css
<style>
span { border-color: #A4F494; }
span { border-color: rgb(164,244,148); }
td.TdClassName
{
border-color: #A4F494;
}
.TagClassName
{
border-color: #A4F494;
}
</style>