Shades of Pale Green #AAFCA5
Tints of Pale Green #AAFCA5
RGB
CMYK
RGB Variations
Color information
#AAFCA5 (or 0xAAFCA5) is known color: Pale Green. HEX triplet: AA, FC and A5. RGB value is (170,252,165). Sum of RGB (Red+Green+Blue) = 170+252+165=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFCA5 is #55035A. Grayscale: #D9D9D9. Windows color (decimal): -5571419 or 10878122. OLE color: 10878122.
HSL color Cylindrical-coordinate representation of color #AAFCA5: hue angle of 116.55º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAFCA5 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 165 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.01 |
| HSL | 116.55º | 0.94% | 0.82% | - |
| HSV(B) | 116.55º | 0.35% | 0.99% | - |
| XYZ | 58.18 | 80.88 | 48.14 | - |
| YUV | 217.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 165 | 0.33 | 0 | 0.35 | 0.01 | 116.55 | 0.94 | 0.82 |
| Hex | AA | FC | A5 | 21 | 0 | 23 | 1 | 75 | 5E | 52 |
| Octal | 252 | 374 | 245 | 41 | 0 | 43 | 1 | 165 | 136 | 122 |
| Binary | 10101010 | 11111100 | 10100101 | 100001 | 0 | 100011 | 1 | 1110101 | 1011110 | 1010010 |
Color Harmonies of #AAFCA5
Complementary color
Monochromatic Colors of #AAFCA5
Black with #AAFCA5
Text Example
Text Example
White with #AAFCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFCA5; }
p { color: rgb(170,252,165); }
H1.HeaderClassName
{
color: #AAFCA5;
}
.AnyTagClassName
{
color: #AAFCA5;
}
</style>
background-color css
<style>
a { background-color: #AAFCA5; }
a { background-color: rgb(170,252,165); }
div.DivClassName
{
background-color: #AAFCA5;
}
.BgClassName
{
background-color: #AAFCA5;
}
</style>
border-color css
<style>
span { border-color: #AAFCA5; }
span { border-color: rgb(170,252,165); }
td.TdClassName
{
border-color: #AAFCA5;
}
.TagClassName
{
border-color: #AAFCA5;
}
</style>