Shades of Pale Green #A4F998
Tints of Pale Green #A4F998
RGB
CMYK
RGB Variations
Color information
#A4F998 (or 0xA4F998) is known color: Pale Green. HEX triplet: A4, F9 and 98. RGB value is (164,249,152). Sum of RGB (Red+Green+Blue) = 164+249+152=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F998 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F998 is #5B0667. Grayscale: #D4D4D4. Windows color (decimal): -5965416 or 10025380. OLE color: 10025380.
HSL color Cylindrical-coordinate representation of color #A4F998: hue angle of 112.58º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4F998 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 249 | 152 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.02 |
| HSL | 112.58º | 0.89% | 0.79% | - |
| HSV(B) | 112.58º | 0.39% | 0.98% | - |
| XYZ | 54.85 | 77.91 | 41.85 | - |
| YUV | 212.53 | 93.84 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 249 | 152 | 0.34 | 0 | 0.39 | 0.02 | 112.58 | 0.89 | 0.79 |
| Hex | A4 | F9 | 98 | 22 | 0 | 27 | 2 | 71 | 59 | 4F |
| Octal | 244 | 371 | 230 | 42 | 0 | 47 | 2 | 161 | 131 | 117 |
| Binary | 10100100 | 11111001 | 10011000 | 100010 | 0 | 100111 | 10 | 1110001 | 1011001 | 1001111 |
Color Harmonies of #A4F998
Complementary color
Monochromatic Colors of #A4F998
Black with #A4F998
Text Example
Text Example
White with #A4F998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F998; }
p { color: rgb(164,249,152); }
H1.HeaderClassName
{
color: #A4F998;
}
.AnyTagClassName
{
color: #A4F998;
}
</style>
background-color css
<style>
a { background-color: #A4F998; }
a { background-color: rgb(164,249,152); }
div.DivClassName
{
background-color: #A4F998;
}
.BgClassName
{
background-color: #A4F998;
}
</style>
border-color css
<style>
span { border-color: #A4F998; }
span { border-color: rgb(164,249,152); }
td.TdClassName
{
border-color: #A4F998;
}
.TagClassName
{
border-color: #A4F998;
}
</style>