Shades of Pale Green #AEFAA1
Tints of Pale Green #AEFAA1
RGB
CMYK
RGB Variations
Color information
#AEFAA1 (or 0xAEFAA1) is known color: Pale Green. HEX triplet: AE, FA and A1. RGB value is (174,250,161). Sum of RGB (Red+Green+Blue) = 174+250+161=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFAA1 is #51055E. Grayscale: #D9D9D9. Windows color (decimal): -5309791 or 10615470. OLE color: 10615470.
HSL color Cylindrical-coordinate representation of color #AEFAA1: hue angle of 111.24º 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 #AEFAA1 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 250 | 161 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.02 |
| HSL | 111.24º | 0.9% | 0.81% | - |
| HSV(B) | 111.24º | 0.36% | 0.98% | - |
| XYZ | 58.07 | 79.94 | 46.09 | - |
| YUV | 217.13 | 96.32 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 250 | 161 | 0.30 | 0 | 0.36 | 0.02 | 111.24 | 0.9 | 0.81 |
| Hex | AE | FA | A1 | 1E | 0 | 24 | 2 | 6F | 5A | 51 |
| Octal | 256 | 372 | 241 | 36 | 0 | 44 | 2 | 157 | 132 | 121 |
| Binary | 10101110 | 11111010 | 10100001 | 11110 | 0 | 100100 | 10 | 1101111 | 1011010 | 1010001 |
Color Harmonies of #AEFAA1
Complementary color
Monochromatic Colors of #AEFAA1
Black with #AEFAA1
Text Example
Text Example
White with #AEFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFAA1; }
p { color: rgb(174,250,161); }
H1.HeaderClassName
{
color: #AEFAA1;
}
.AnyTagClassName
{
color: #AEFAA1;
}
</style>
background-color css
<style>
a { background-color: #AEFAA1; }
a { background-color: rgb(174,250,161); }
div.DivClassName
{
background-color: #AEFAA1;
}
.BgClassName
{
background-color: #AEFAA1;
}
</style>
border-color css
<style>
span { border-color: #AEFAA1; }
span { border-color: rgb(174,250,161); }
td.TdClassName
{
border-color: #AEFAA1;
}
.TagClassName
{
border-color: #AEFAA1;
}
</style>