Shades of Pale Green #AEFA90
Tints of Pale Green #AEFA90
RGB
CMYK
RGB Variations
Color information
#AEFA90 (or 0xAEFA90) is known color: Pale Green. HEX triplet: AE, FA and 90. RGB value is (174,250,144). Sum of RGB (Red+Green+Blue) = 174+250+144=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFA90 is #51056F. Grayscale: #D7D7D7. Windows color (decimal): -5309808 or 9501358. OLE color: 9501358.
HSL color Cylindrical-coordinate representation of color #AEFA90: hue angle of 103.02º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEFA90 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 250 | 144 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.02 |
| HSL | 103.02º | 0.91% | 0.77% | - |
| HSV(B) | 103.02º | 0.42% | 0.98% | - |
| XYZ | 56.68 | 79.38 | 38.72 | - |
| YUV | 215.19 | 87.82 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 250 | 144 | 0.30 | 0 | 0.42 | 0.02 | 103.02 | 0.91 | 0.77 |
| Hex | AE | FA | 90 | 1E | 0 | 2A | 2 | 67 | 5B | 4D |
| Octal | 256 | 372 | 220 | 36 | 0 | 52 | 2 | 147 | 133 | 115 |
| Binary | 10101110 | 11111010 | 10010000 | 11110 | 0 | 101010 | 10 | 1100111 | 1011011 | 1001101 |
Color Harmonies of #AEFA90
Complementary color
Monochromatic Colors of #AEFA90
Black with #AEFA90
Text Example
Text Example
White with #AEFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFA90; }
p { color: rgb(174,250,144); }
H1.HeaderClassName
{
color: #AEFA90;
}
.AnyTagClassName
{
color: #AEFA90;
}
</style>
background-color css
<style>
a { background-color: #AEFA90; }
a { background-color: rgb(174,250,144); }
div.DivClassName
{
background-color: #AEFA90;
}
.BgClassName
{
background-color: #AEFA90;
}
</style>
border-color css
<style>
span { border-color: #AEFA90; }
span { border-color: rgb(174,250,144); }
td.TdClassName
{
border-color: #AEFA90;
}
.TagClassName
{
border-color: #AEFA90;
}
</style>