Shades of Pale Green #A4FC95
Tints of Pale Green #A4FC95
RGB
CMYK
RGB Variations
Color information
#A4FC95 (or 0xA4FC95) is known color: Pale Green. HEX triplet: A4, FC and 95. RGB value is (164,252,149). Sum of RGB (Red+Green+Blue) = 164+252+149=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FC95 is #5B036A. Grayscale: #D6D6D6. Windows color (decimal): -5964651 or 9829540. OLE color: 9829540.
HSL color Cylindrical-coordinate representation of color #A4FC95: hue angle of 111.26º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4FC95 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 149 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.01 |
| HSL | 111.26º | 0.94% | 0.79% | - |
| HSV(B) | 111.26º | 0.41% | 0.99% | - |
| XYZ | 55.55 | 79.68 | 40.89 | - |
| YUV | 213.95 | 91.35 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 149 | 0.35 | 0 | 0.41 | 0.01 | 111.26 | 0.94 | 0.79 |
| Hex | A4 | FC | 95 | 23 | 0 | 29 | 1 | 6F | 5E | 4F |
| Octal | 244 | 374 | 225 | 43 | 0 | 51 | 1 | 157 | 136 | 117 |
| Binary | 10100100 | 11111100 | 10010101 | 100011 | 0 | 101001 | 1 | 1101111 | 1011110 | 1001111 |
Color Harmonies of #A4FC95
Complementary color
Monochromatic Colors of #A4FC95
Black with #A4FC95
Text Example
Text Example
White with #A4FC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FC95; }
p { color: rgb(164,252,149); }
H1.HeaderClassName
{
color: #A4FC95;
}
.AnyTagClassName
{
color: #A4FC95;
}
</style>
background-color css
<style>
a { background-color: #A4FC95; }
a { background-color: rgb(164,252,149); }
div.DivClassName
{
background-color: #A4FC95;
}
.BgClassName
{
background-color: #A4FC95;
}
</style>
border-color css
<style>
span { border-color: #A4FC95; }
span { border-color: rgb(164,252,149); }
td.TdClassName
{
border-color: #A4FC95;
}
.TagClassName
{
border-color: #A4FC95;
}
</style>