Shades of Pale Green #A1F7A4
Tints of Pale Green #A1F7A4
RGB
CMYK
RGB Variations
Color information
#A1F7A4 (or 0xA1F7A4) is known color: Pale Green. HEX triplet: A1, F7 and A4. RGB value is (161,247,164). Sum of RGB (Red+Green+Blue) = 161+247+164=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F7A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F7A4 is #5E085B. Grayscale: #D4D4D4. Windows color (decimal): -6162524 or 10811297. OLE color: 10811297.
HSL color Cylindrical-coordinate representation of color #A1F7A4: hue angle of 122.09º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F7A4 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 164 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.03 |
| HSL | 122.09º | 0.84% | 0.8% | - |
| HSV(B) | 122.09º | 0.35% | 0.97% | - |
| XYZ | 54.66 | 76.78 | 47.06 | - |
| YUV | 211.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 164 | 0.35 | 0 | 0.34 | 0.03 | 122.09 | 0.84 | 0.8 |
| Hex | A1 | F7 | A4 | 23 | 0 | 22 | 3 | 7A | 54 | 50 |
| Octal | 241 | 367 | 244 | 43 | 0 | 42 | 3 | 172 | 124 | 120 |
| Binary | 10100001 | 11110111 | 10100100 | 100011 | 0 | 100010 | 11 | 1111010 | 1010100 | 1010000 |
Color Harmonies of #A1F7A4
Complementary color
Monochromatic Colors of #A1F7A4
Black with #A1F7A4
Text Example
Text Example
White with #A1F7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F7A4; }
p { color: rgb(161,247,164); }
H1.HeaderClassName
{
color: #A1F7A4;
}
.AnyTagClassName
{
color: #A1F7A4;
}
</style>
background-color css
<style>
a { background-color: #A1F7A4; }
a { background-color: rgb(161,247,164); }
div.DivClassName
{
background-color: #A1F7A4;
}
.BgClassName
{
background-color: #A1F7A4;
}
</style>
border-color css
<style>
span { border-color: #A1F7A4; }
span { border-color: rgb(161,247,164); }
td.TdClassName
{
border-color: #A1F7A4;
}
.TagClassName
{
border-color: #A1F7A4;
}
</style>