Shades of Pale Green #A4F99F
Tints of Pale Green #A4F99F
RGB
CMYK
RGB Variations
Color information
#A4F99F (or 0xA4F99F) is known color: Pale Green. HEX triplet: A4, F9 and 9F. RGB value is (164,249,159). Sum of RGB (Red+Green+Blue) = 164+249+159=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F99F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F99F is #5B0660. Grayscale: #D5D5D5. Windows color (decimal): -5965409 or 10484132. OLE color: 10484132.
HSL color Cylindrical-coordinate representation of color #A4F99F: hue angle of 116.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4F99F is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 249 | 159 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.02 |
| HSL | 116.67º | 0.88% | 0.8% | - |
| HSV(B) | 116.67º | 0.36% | 0.98% | - |
| XYZ | 55.44 | 78.15 | 44.96 | - |
| YUV | 213.33 | 97.34 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 249 | 159 | 0.34 | 0 | 0.36 | 0.02 | 116.67 | 0.88 | 0.8 |
| Hex | A4 | F9 | 9F | 22 | 0 | 24 | 2 | 75 | 58 | 50 |
| Octal | 244 | 371 | 237 | 42 | 0 | 44 | 2 | 165 | 130 | 120 |
| Binary | 10100100 | 11111001 | 10011111 | 100010 | 0 | 100100 | 10 | 1110101 | 1011000 | 1010000 |
Color Harmonies of #A4F99F
Complementary color
Monochromatic Colors of #A4F99F
Black with #A4F99F
Text Example
Text Example
White with #A4F99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F99F; }
p { color: rgb(164,249,159); }
H1.HeaderClassName
{
color: #A4F99F;
}
.AnyTagClassName
{
color: #A4F99F;
}
</style>
background-color css
<style>
a { background-color: #A4F99F; }
a { background-color: rgb(164,249,159); }
div.DivClassName
{
background-color: #A4F99F;
}
.BgClassName
{
background-color: #A4F99F;
}
</style>
border-color css
<style>
span { border-color: #A4F99F; }
span { border-color: rgb(164,249,159); }
td.TdClassName
{
border-color: #A4F99F;
}
.TagClassName
{
border-color: #A4F99F;
}
</style>