Shades of Pale Green #AAFC85
Tints of Pale Green #AAFC85
RGB
CMYK
RGB Variations
Color information
#AAFC85 (or 0xAAFC85) is known color: Pale Green. HEX triplet: AA, FC and 85. RGB value is (170,252,133). Sum of RGB (Red+Green+Blue) = 170+252+133=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC85 is #55037A. Grayscale: #D6D6D6. Windows color (decimal): -5571451 or 8780970. OLE color: 8780970.
HSL color Cylindrical-coordinate representation of color #AAFC85: hue angle of 101.34º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAFC85 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 133 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.01 |
| HSL | 101.34º | 0.95% | 0.75% | - |
| HSV(B) | 101.34º | 0.47% | 0.99% | - |
| XYZ | 55.62 | 79.86 | 34.67 | - |
| YUV | 213.92 | 82.33 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 133 | 0.33 | 0 | 0.47 | 0.01 | 101.34 | 0.95 | 0.75 |
| Hex | AA | FC | 85 | 21 | 0 | 2F | 1 | 65 | 5F | 4B |
| Octal | 252 | 374 | 205 | 41 | 0 | 57 | 1 | 145 | 137 | 113 |
| Binary | 10101010 | 11111100 | 10000101 | 100001 | 0 | 101111 | 1 | 1100101 | 1011111 | 1001011 |
Color Harmonies of #AAFC85
Complementary color
Monochromatic Colors of #AAFC85
Black with #AAFC85
Text Example
Text Example
White with #AAFC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC85; }
p { color: rgb(170,252,133); }
H1.HeaderClassName
{
color: #AAFC85;
}
.AnyTagClassName
{
color: #AAFC85;
}
</style>
background-color css
<style>
a { background-color: #AAFC85; }
a { background-color: rgb(170,252,133); }
div.DivClassName
{
background-color: #AAFC85;
}
.BgClassName
{
background-color: #AAFC85;
}
</style>
border-color css
<style>
span { border-color: #AAFC85; }
span { border-color: rgb(170,252,133); }
td.TdClassName
{
border-color: #AAFC85;
}
.TagClassName
{
border-color: #AAFC85;
}
</style>