Shades of Pale Green #AAFC9C
Tints of Pale Green #AAFC9C
RGB
CMYK
RGB Variations
Color information
#AAFC9C (or 0xAAFC9C) is known color: Pale Green. HEX triplet: AA, FC and 9C. RGB value is (170,252,156). Sum of RGB (Red+Green+Blue) = 170+252+156=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC9C is #550363. Grayscale: #D8D8D8. Windows color (decimal): -5571428 or 10288298. OLE color: 10288298.
HSL color Cylindrical-coordinate representation of color #AAFC9C: hue angle of 111.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAFC9C is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 156 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.01 |
| HSL | 111.25º | 0.94% | 0.8% | - |
| HSV(B) | 111.25º | 0.38% | 0.99% | - |
| XYZ | 57.39 | 80.57 | 43.98 | - |
| YUV | 216.54 | 93.83 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 156 | 0.33 | 0 | 0.38 | 0.01 | 111.25 | 0.94 | 0.8 |
| Hex | AA | FC | 9C | 21 | 0 | 26 | 1 | 6F | 5E | 50 |
| Octal | 252 | 374 | 234 | 41 | 0 | 46 | 1 | 157 | 136 | 120 |
| Binary | 10101010 | 11111100 | 10011100 | 100001 | 0 | 100110 | 1 | 1101111 | 1011110 | 1010000 |
Color Harmonies of #AAFC9C
Complementary color
Monochromatic Colors of #AAFC9C
Black with #AAFC9C
Text Example
Text Example
White with #AAFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC9C; }
p { color: rgb(170,252,156); }
H1.HeaderClassName
{
color: #AAFC9C;
}
.AnyTagClassName
{
color: #AAFC9C;
}
</style>
background-color css
<style>
a { background-color: #AAFC9C; }
a { background-color: rgb(170,252,156); }
div.DivClassName
{
background-color: #AAFC9C;
}
.BgClassName
{
background-color: #AAFC9C;
}
</style>
border-color css
<style>
span { border-color: #AAFC9C; }
span { border-color: rgb(170,252,156); }
td.TdClassName
{
border-color: #AAFC9C;
}
.TagClassName
{
border-color: #AAFC9C;
}
</style>