Shades of Pale Green #A4F694
Tints of Pale Green #A4F694
RGB
CMYK
RGB Variations
Color information
#A4F694 (or 0xA4F694) is known color: Pale Green. HEX triplet: A4, F6 and 94. RGB value is (164,246,148). Sum of RGB (Red+Green+Blue) = 164+246+148=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F694 is #5B096B. Grayscale: #D2D2D2. Windows color (decimal): -5966188 or 9762468. OLE color: 9762468.
HSL color Cylindrical-coordinate representation of color #A4F694: hue angle of 110.2º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4F694 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 246 | 148 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.04 |
| HSL | 110.2º | 0.84% | 0.77% | - |
| HSV(B) | 110.2º | 0.4% | 0.96% | - |
| XYZ | 53.61 | 75.94 | 39.85 | - |
| YUV | 210.31 | 92.83 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 246 | 148 | 0.33 | 0 | 0.40 | 0.04 | 110.2 | 0.84 | 0.77 |
| Hex | A4 | F6 | 94 | 21 | 0 | 28 | 4 | 6E | 54 | 4D |
| Octal | 244 | 366 | 224 | 41 | 0 | 50 | 4 | 156 | 124 | 115 |
| Binary | 10100100 | 11110110 | 10010100 | 100001 | 0 | 101000 | 100 | 1101110 | 1010100 | 1001101 |
Color Harmonies of #A4F694
Complementary color
Monochromatic Colors of #A4F694
Black with #A4F694
Text Example
Text Example
White with #A4F694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F694; }
p { color: rgb(164,246,148); }
H1.HeaderClassName
{
color: #A4F694;
}
.AnyTagClassName
{
color: #A4F694;
}
</style>
background-color css
<style>
a { background-color: #A4F694; }
a { background-color: rgb(164,246,148); }
div.DivClassName
{
background-color: #A4F694;
}
.BgClassName
{
background-color: #A4F694;
}
</style>
border-color css
<style>
span { border-color: #A4F694; }
span { border-color: rgb(164,246,148); }
td.TdClassName
{
border-color: #A4F694;
}
.TagClassName
{
border-color: #A4F694;
}
</style>