Shades of Pale Green #AAFC8D
Tints of Pale Green #AAFC8D
RGB
CMYK
RGB Variations
Color information
#AAFC8D (or 0xAAFC8D) is known color: Pale Green. HEX triplet: AA, FC and 8D. RGB value is (170,252,141). Sum of RGB (Red+Green+Blue) = 170+252+141=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC8D is #550372. Grayscale: #D7D7D7. Windows color (decimal): -5571443 or 9305258. OLE color: 9305258.
HSL color Cylindrical-coordinate representation of color #AAFC8D: hue angle of 104.32º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAFC8D is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 141 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.01 |
| HSL | 104.32º | 0.95% | 0.77% | - |
| HSV(B) | 104.32º | 0.44% | 0.99% | - |
| XYZ | 56.2 | 80.09 | 37.7 | - |
| YUV | 214.83 | 86.33 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 141 | 0.33 | 0 | 0.44 | 0.01 | 104.32 | 0.95 | 0.77 |
| Hex | AA | FC | 8D | 21 | 0 | 2C | 1 | 68 | 5F | 4D |
| Octal | 252 | 374 | 215 | 41 | 0 | 54 | 1 | 150 | 137 | 115 |
| Binary | 10101010 | 11111100 | 10001101 | 100001 | 0 | 101100 | 1 | 1101000 | 1011111 | 1001101 |
Color Harmonies of #AAFC8D
Complementary color
Monochromatic Colors of #AAFC8D
Black with #AAFC8D
Text Example
Text Example
White with #AAFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC8D; }
p { color: rgb(170,252,141); }
H1.HeaderClassName
{
color: #AAFC8D;
}
.AnyTagClassName
{
color: #AAFC8D;
}
</style>
background-color css
<style>
a { background-color: #AAFC8D; }
a { background-color: rgb(170,252,141); }
div.DivClassName
{
background-color: #AAFC8D;
}
.BgClassName
{
background-color: #AAFC8D;
}
</style>
border-color css
<style>
span { border-color: #AAFC8D; }
span { border-color: rgb(170,252,141); }
td.TdClassName
{
border-color: #AAFC8D;
}
.TagClassName
{
border-color: #AAFC8D;
}
</style>