Shades of Pale Green #ADFDAA
Tints of Pale Green #ADFDAA
RGB
CMYK
RGB Variations
Color information
#ADFDAA (or 0xADFDAA) is known color: Pale Green. HEX triplet: AD, FD and AA. RGB value is (173,253,170). Sum of RGB (Red+Green+Blue) = 173+253+170=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDAA is #520255. Grayscale: #DBDBDB. Windows color (decimal): -5374550 or 11206061. OLE color: 11206061.
HSL color Cylindrical-coordinate representation of color #ADFDAA: hue angle of 117.83º 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 #ADFDAA is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 170 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.01 |
| HSL | 117.83º | 0.95% | 0.83% | - |
| HSV(B) | 117.83º | 0.33% | 0.99% | - |
| XYZ | 59.61 | 82.04 | 50.72 | - |
| YUV | 219.62 | 100 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 170 | 0.32 | 0 | 0.33 | 0.01 | 117.83 | 0.95 | 0.83 |
| Hex | AD | FD | AA | 20 | 0 | 21 | 1 | 76 | 5F | 53 |
| Octal | 255 | 375 | 252 | 40 | 0 | 41 | 1 | 166 | 137 | 123 |
| Binary | 10101101 | 11111101 | 10101010 | 100000 | 0 | 100001 | 1 | 1110110 | 1011111 | 1010011 |
Color Harmonies of #ADFDAA
Complementary color
Monochromatic Colors of #ADFDAA
Black with #ADFDAA
Text Example
Text Example
White with #ADFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDAA; }
p { color: rgb(173,253,170); }
H1.HeaderClassName
{
color: #ADFDAA;
}
.AnyTagClassName
{
color: #ADFDAA;
}
</style>
background-color css
<style>
a { background-color: #ADFDAA; }
a { background-color: rgb(173,253,170); }
div.DivClassName
{
background-color: #ADFDAA;
}
.BgClassName
{
background-color: #ADFDAA;
}
</style>
border-color css
<style>
span { border-color: #ADFDAA; }
span { border-color: rgb(173,253,170); }
td.TdClassName
{
border-color: #ADFDAA;
}
.TagClassName
{
border-color: #ADFDAA;
}
</style>