Shades of Pale Green #AAFDAC
Tints of Pale Green #AAFDAC
RGB
CMYK
RGB Variations
Color information
#AAFDAC (or 0xAAFDAC) is known color: Pale Green. HEX triplet: AA, FD and AC. RGB value is (170,253,172). Sum of RGB (Red+Green+Blue) = 170+253+172=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDAC is #550253. Grayscale: #DBDBDB. Windows color (decimal): -5571156 or 11337130. OLE color: 11337130.
HSL color Cylindrical-coordinate representation of color #AAFDAC: hue angle of 121.45º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDAC is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 172 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.01 |
| HSL | 121.45º | 0.95% | 0.83% | - |
| HSV(B) | 121.45º | 0.33% | 0.99% | - |
| XYZ | 59.15 | 81.78 | 51.7 | - |
| YUV | 218.95 | 101.5 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 172 | 0.33 | 0 | 0.32 | 0.01 | 121.45 | 0.95 | 0.83 |
| Hex | AA | FD | AC | 21 | 0 | 20 | 1 | 79 | 5F | 53 |
| Octal | 252 | 375 | 254 | 41 | 0 | 40 | 1 | 171 | 137 | 123 |
| Binary | 10101010 | 11111101 | 10101100 | 100001 | 0 | 100000 | 1 | 1111001 | 1011111 | 1010011 |
Color Harmonies of #AAFDAC
Complementary color
Monochromatic Colors of #AAFDAC
Black with #AAFDAC
Text Example
Text Example
White with #AAFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDAC; }
p { color: rgb(170,253,172); }
H1.HeaderClassName
{
color: #AAFDAC;
}
.AnyTagClassName
{
color: #AAFDAC;
}
</style>
background-color css
<style>
a { background-color: #AAFDAC; }
a { background-color: rgb(170,253,172); }
div.DivClassName
{
background-color: #AAFDAC;
}
.BgClassName
{
background-color: #AAFDAC;
}
</style>
border-color css
<style>
span { border-color: #AAFDAC; }
span { border-color: rgb(170,253,172); }
td.TdClassName
{
border-color: #AAFDAC;
}
.TagClassName
{
border-color: #AAFDAC;
}
</style>