Shades of Pale Green #A4FC98
Tints of Pale Green #A4FC98
RGB
CMYK
RGB Variations
Color information
#A4FC98 (or 0xA4FC98) is known color: Pale Green. HEX triplet: A4, FC and 98. RGB value is (164,252,152). Sum of RGB (Red+Green+Blue) = 164+252+152=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FC98 is #5B0367. Grayscale: #D6D6D6. Windows color (decimal): -5964648 or 10026148. OLE color: 10026148.
HSL color Cylindrical-coordinate representation of color #A4FC98: hue angle of 112.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4FC98 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 152 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.01 |
| HSL | 112.8º | 0.94% | 0.79% | - |
| HSV(B) | 112.8º | 0.4% | 0.99% | - |
| XYZ | 55.79 | 79.78 | 42.16 | - |
| YUV | 214.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 152 | 0.35 | 0 | 0.40 | 0.01 | 112.8 | 0.94 | 0.79 |
| Hex | A4 | FC | 98 | 23 | 0 | 28 | 1 | 71 | 5E | 4F |
| Octal | 244 | 374 | 230 | 43 | 0 | 50 | 1 | 161 | 136 | 117 |
| Binary | 10100100 | 11111100 | 10011000 | 100011 | 0 | 101000 | 1 | 1110001 | 1011110 | 1001111 |
Color Harmonies of #A4FC98
Complementary color
Monochromatic Colors of #A4FC98
Black with #A4FC98
Text Example
Text Example
White with #A4FC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FC98; }
p { color: rgb(164,252,152); }
H1.HeaderClassName
{
color: #A4FC98;
}
.AnyTagClassName
{
color: #A4FC98;
}
</style>
background-color css
<style>
a { background-color: #A4FC98; }
a { background-color: rgb(164,252,152); }
div.DivClassName
{
background-color: #A4FC98;
}
.BgClassName
{
background-color: #A4FC98;
}
</style>
border-color css
<style>
span { border-color: #A4FC98; }
span { border-color: rgb(164,252,152); }
td.TdClassName
{
border-color: #A4FC98;
}
.TagClassName
{
border-color: #A4FC98;
}
</style>