Shades of Pale Green #AAFDAA
Tints of Pale Green #AAFDAA
RGB
CMYK
RGB Variations
Color information
#AAFDAA (or 0xAAFDAA) is known color: Pale Green. HEX triplet: AA, FD and AA. RGB value is (170,253,170). Sum of RGB (Red+Green+Blue) = 170+253+170=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDAA is #550255. Grayscale: #DADADA. Windows color (decimal): -5571158 or 11206058. OLE color: 11206058.
HSL color Cylindrical-coordinate representation of color #AAFDAA: hue angle of 120º 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 #AAFDAA is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 170 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.01 |
| HSL | 120º | 0.95% | 0.83% | - |
| HSV(B) | 120º | 0.33% | 0.99% | - |
| XYZ | 58.96 | 81.7 | 50.69 | - |
| YUV | 218.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 170 | 0.33 | 0 | 0.33 | 0.01 | 120 | 0.95 | 0.83 |
| Hex | AA | FD | AA | 21 | 0 | 21 | 1 | 78 | 5F | 53 |
| Octal | 252 | 375 | 252 | 41 | 0 | 41 | 1 | 170 | 137 | 123 |
| Binary | 10101010 | 11111101 | 10101010 | 100001 | 0 | 100001 | 1 | 1111000 | 1011111 | 1010011 |
Color Harmonies of #AAFDAA
Complementary color
Monochromatic Colors of #AAFDAA
Black with #AAFDAA
Text Example
Text Example
White with #AAFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDAA; }
p { color: rgb(170,253,170); }
H1.HeaderClassName
{
color: #AAFDAA;
}
.AnyTagClassName
{
color: #AAFDAA;
}
</style>
background-color css
<style>
a { background-color: #AAFDAA; }
a { background-color: rgb(170,253,170); }
div.DivClassName
{
background-color: #AAFDAA;
}
.BgClassName
{
background-color: #AAFDAA;
}
</style>
border-color css
<style>
span { border-color: #AAFDAA; }
span { border-color: rgb(170,253,170); }
td.TdClassName
{
border-color: #AAFDAA;
}
.TagClassName
{
border-color: #AAFDAA;
}
</style>