Shades of Pale Green #AAFC86
Tints of Pale Green #AAFC86
RGB
CMYK
RGB Variations
Color information
#AAFC86 (or 0xAAFC86) is known color: Pale Green. HEX triplet: AA, FC and 86. RGB value is (170,252,134). Sum of RGB (Red+Green+Blue) = 170+252+134=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC86 is #550379. Grayscale: #D6D6D6. Windows color (decimal): -5571450 or 8846506. OLE color: 8846506.
HSL color Cylindrical-coordinate representation of color #AAFC86: hue angle of 101.69º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAFC86 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 134 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.01 |
| HSL | 101.69º | 0.95% | 0.76% | - |
| HSV(B) | 101.69º | 0.47% | 0.99% | - |
| XYZ | 55.69 | 79.89 | 35.04 | - |
| YUV | 214.03 | 82.83 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 134 | 0.33 | 0 | 0.47 | 0.01 | 101.69 | 0.95 | 0.76 |
| Hex | AA | FC | 86 | 21 | 0 | 2F | 1 | 66 | 5F | 4C |
| Octal | 252 | 374 | 206 | 41 | 0 | 57 | 1 | 146 | 137 | 114 |
| Binary | 10101010 | 11111100 | 10000110 | 100001 | 0 | 101111 | 1 | 1100110 | 1011111 | 1001100 |
Color Harmonies of #AAFC86
Complementary color
Monochromatic Colors of #AAFC86
Black with #AAFC86
Text Example
Text Example
White with #AAFC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC86; }
p { color: rgb(170,252,134); }
H1.HeaderClassName
{
color: #AAFC86;
}
.AnyTagClassName
{
color: #AAFC86;
}
</style>
background-color css
<style>
a { background-color: #AAFC86; }
a { background-color: rgb(170,252,134); }
div.DivClassName
{
background-color: #AAFC86;
}
.BgClassName
{
background-color: #AAFC86;
}
</style>
border-color css
<style>
span { border-color: #AAFC86; }
span { border-color: rgb(170,252,134); }
td.TdClassName
{
border-color: #AAFC86;
}
.TagClassName
{
border-color: #AAFC86;
}
</style>