Shades of Pale Green #AAFC9A
Tints of Pale Green #AAFC9A
RGB
CMYK
RGB Variations
Color information
#AAFC9A (or 0xAAFC9A) is known color: Pale Green. HEX triplet: AA, FC and 9A. RGB value is (170,252,154). Sum of RGB (Red+Green+Blue) = 170+252+154=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC9A is #550365. Grayscale: #D8D8D8. Windows color (decimal): -5571430 or 10157226. OLE color: 10157226.
HSL color Cylindrical-coordinate representation of color #AAFC9A: hue angle of 110.2º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAFC9A is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 154 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.01 |
| HSL | 110.2º | 0.94% | 0.8% | - |
| HSV(B) | 110.2º | 0.39% | 0.99% | - |
| XYZ | 57.22 | 80.5 | 43.09 | - |
| YUV | 216.31 | 92.83 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 154 | 0.33 | 0 | 0.39 | 0.01 | 110.2 | 0.94 | 0.8 |
| Hex | AA | FC | 9A | 21 | 0 | 27 | 1 | 6E | 5E | 50 |
| Octal | 252 | 374 | 232 | 41 | 0 | 47 | 1 | 156 | 136 | 120 |
| Binary | 10101010 | 11111100 | 10011010 | 100001 | 0 | 100111 | 1 | 1101110 | 1011110 | 1010000 |
Color Harmonies of #AAFC9A
Complementary color
Monochromatic Colors of #AAFC9A
Black with #AAFC9A
Text Example
Text Example
White with #AAFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC9A; }
p { color: rgb(170,252,154); }
H1.HeaderClassName
{
color: #AAFC9A;
}
.AnyTagClassName
{
color: #AAFC9A;
}
</style>
background-color css
<style>
a { background-color: #AAFC9A; }
a { background-color: rgb(170,252,154); }
div.DivClassName
{
background-color: #AAFC9A;
}
.BgClassName
{
background-color: #AAFC9A;
}
</style>
border-color css
<style>
span { border-color: #AAFC9A; }
span { border-color: rgb(170,252,154); }
td.TdClassName
{
border-color: #AAFC9A;
}
.TagClassName
{
border-color: #AAFC9A;
}
</style>