Shades of Pale Green #A1FAAE
Tints of Pale Green #A1FAAE
RGB
CMYK
RGB Variations
Color information
#A1FAAE (or 0xA1FAAE) is known color: Pale Green. HEX triplet: A1, FA and AE. RGB value is (161,250,174). Sum of RGB (Red+Green+Blue) = 161+250+174=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FAAE is #5E0551. Grayscale: #D6D6D6. Windows color (decimal): -6161746 or 11467425. OLE color: 11467425.
HSL color Cylindrical-coordinate representation of color #A1FAAE: hue angle of 128.76º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FAAE is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 174 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.02 |
| HSL | 128.76º | 0.9% | 0.81% | - |
| HSV(B) | 128.76º | 0.36% | 0.98% | - |
| XYZ | 56.52 | 79 | 52.31 | - |
| YUV | 214.73 | 105.01 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 174 | 0.36 | 0 | 0.30 | 0.02 | 128.76 | 0.9 | 0.81 |
| Hex | A1 | FA | AE | 24 | 0 | 1E | 2 | 81 | 5A | 51 |
| Octal | 241 | 372 | 256 | 44 | 0 | 36 | 2 | 201 | 132 | 121 |
| Binary | 10100001 | 11111010 | 10101110 | 100100 | 0 | 11110 | 10 | 10000001 | 1011010 | 1010001 |
Color Harmonies of #A1FAAE
Complementary color
Monochromatic Colors of #A1FAAE
Black with #A1FAAE
Text Example
Text Example
White with #A1FAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FAAE; }
p { color: rgb(161,250,174); }
H1.HeaderClassName
{
color: #A1FAAE;
}
.AnyTagClassName
{
color: #A1FAAE;
}
</style>
background-color css
<style>
a { background-color: #A1FAAE; }
a { background-color: rgb(161,250,174); }
div.DivClassName
{
background-color: #A1FAAE;
}
.BgClassName
{
background-color: #A1FAAE;
}
</style>
border-color css
<style>
span { border-color: #A1FAAE; }
span { border-color: rgb(161,250,174); }
td.TdClassName
{
border-color: #A1FAAE;
}
.TagClassName
{
border-color: #A1FAAE;
}
</style>