Shades of Pale Green #A4FC85
Tints of Pale Green #A4FC85
RGB
CMYK
RGB Variations
Color information
#A4FC85 (or 0xA4FC85) is known color: Pale Green. HEX triplet: A4, FC and 85. RGB value is (164,252,133). Sum of RGB (Red+Green+Blue) = 164+252+133=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FC85 is #5B037A. Grayscale: #D4D4D4. Windows color (decimal): -5964667 or 8780964. OLE color: 8780964.
HSL color Cylindrical-coordinate representation of color #A4FC85: hue angle of 104.37º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4FC85 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 133 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.01 |
| HSL | 104.37º | 0.95% | 0.75% | - |
| HSV(B) | 104.37º | 0.47% | 0.99% | - |
| XYZ | 54.35 | 79.21 | 34.61 | - |
| YUV | 212.12 | 83.35 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 133 | 0.35 | 0 | 0.47 | 0.01 | 104.37 | 0.95 | 0.75 |
| Hex | A4 | FC | 85 | 23 | 0 | 2F | 1 | 68 | 5F | 4B |
| Octal | 244 | 374 | 205 | 43 | 0 | 57 | 1 | 150 | 137 | 113 |
| Binary | 10100100 | 11111100 | 10000101 | 100011 | 0 | 101111 | 1 | 1101000 | 1011111 | 1001011 |
Color Harmonies of #A4FC85
Complementary color
Monochromatic Colors of #A4FC85
Black with #A4FC85
Text Example
Text Example
White with #A4FC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FC85; }
p { color: rgb(164,252,133); }
H1.HeaderClassName
{
color: #A4FC85;
}
.AnyTagClassName
{
color: #A4FC85;
}
</style>
background-color css
<style>
a { background-color: #A4FC85; }
a { background-color: rgb(164,252,133); }
div.DivClassName
{
background-color: #A4FC85;
}
.BgClassName
{
background-color: #A4FC85;
}
</style>
border-color css
<style>
span { border-color: #A4FC85; }
span { border-color: rgb(164,252,133); }
td.TdClassName
{
border-color: #A4FC85;
}
.TagClassName
{
border-color: #A4FC85;
}
</style>