Shades of Pale Green #A4F98C
Tints of Pale Green #A4F98C
RGB
CMYK
RGB Variations
Color information
#A4F98C (or 0xA4F98C) is known color: Pale Green. HEX triplet: A4, F9 and 8C. RGB value is (164,249,140). Sum of RGB (Red+Green+Blue) = 164+249+140=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F98C is #5B0673. Grayscale: #D3D3D3. Windows color (decimal): -5965428 or 9238948. OLE color: 9238948.
HSL color Cylindrical-coordinate representation of color #A4F98C: hue angle of 106.79º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4F98C is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 249 | 140 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.02 |
| HSL | 106.79º | 0.9% | 0.76% | - |
| HSV(B) | 106.79º | 0.44% | 0.98% | - |
| XYZ | 53.92 | 77.54 | 36.94 | - |
| YUV | 211.16 | 87.84 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 249 | 140 | 0.34 | 0 | 0.44 | 0.02 | 106.79 | 0.9 | 0.76 |
| Hex | A4 | F9 | 8C | 22 | 0 | 2C | 2 | 6B | 5A | 4C |
| Octal | 244 | 371 | 214 | 42 | 0 | 54 | 2 | 153 | 132 | 114 |
| Binary | 10100100 | 11111001 | 10001100 | 100010 | 0 | 101100 | 10 | 1101011 | 1011010 | 1001100 |
Color Harmonies of #A4F98C
Complementary color
Monochromatic Colors of #A4F98C
Black with #A4F98C
Text Example
Text Example
White with #A4F98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F98C; }
p { color: rgb(164,249,140); }
H1.HeaderClassName
{
color: #A4F98C;
}
.AnyTagClassName
{
color: #A4F98C;
}
</style>
background-color css
<style>
a { background-color: #A4F98C; }
a { background-color: rgb(164,249,140); }
div.DivClassName
{
background-color: #A4F98C;
}
.BgClassName
{
background-color: #A4F98C;
}
</style>
border-color css
<style>
span { border-color: #A4F98C; }
span { border-color: rgb(164,249,140); }
td.TdClassName
{
border-color: #A4F98C;
}
.TagClassName
{
border-color: #A4F98C;
}
</style>