Shades of Pale Green #A4F696
Tints of Pale Green #A4F696
RGB
CMYK
RGB Variations
Color information
#A4F696 (or 0xA4F696) is known color: Pale Green. HEX triplet: A4, F6 and 96. RGB value is (164,246,150). Sum of RGB (Red+Green+Blue) = 164+246+150=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F696 is #5B0969. Grayscale: #D2D2D2. Windows color (decimal): -5966186 or 9893540. OLE color: 9893540.
HSL color Cylindrical-coordinate representation of color #A4F696: hue angle of 111.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4F696 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 246 | 150 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.04 |
| HSL | 111.25º | 0.84% | 0.78% | - |
| HSV(B) | 111.25º | 0.39% | 0.96% | - |
| XYZ | 53.77 | 76.01 | 40.69 | - |
| YUV | 210.54 | 93.83 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 246 | 150 | 0.33 | 0 | 0.39 | 0.04 | 111.25 | 0.84 | 0.78 |
| Hex | A4 | F6 | 96 | 21 | 0 | 27 | 4 | 6F | 54 | 4E |
| Octal | 244 | 366 | 226 | 41 | 0 | 47 | 4 | 157 | 124 | 116 |
| Binary | 10100100 | 11110110 | 10010110 | 100001 | 0 | 100111 | 100 | 1101111 | 1010100 | 1001110 |
Color Harmonies of #A4F696
Complementary color
Monochromatic Colors of #A4F696
Black with #A4F696
Text Example
Text Example
White with #A4F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F696; }
p { color: rgb(164,246,150); }
H1.HeaderClassName
{
color: #A4F696;
}
.AnyTagClassName
{
color: #A4F696;
}
</style>
background-color css
<style>
a { background-color: #A4F696; }
a { background-color: rgb(164,246,150); }
div.DivClassName
{
background-color: #A4F696;
}
.BgClassName
{
background-color: #A4F696;
}
</style>
border-color css
<style>
span { border-color: #A4F696; }
span { border-color: rgb(164,246,150); }
td.TdClassName
{
border-color: #A4F696;
}
.TagClassName
{
border-color: #A4F696;
}
</style>