Shades of Pale Green #ADFAA6
Tints of Pale Green #ADFAA6
RGB
CMYK
RGB Variations
Color information
#ADFAA6 (or 0xADFAA6) is known color: Pale Green. HEX triplet: AD, FA and A6. RGB value is (173,250,166). Sum of RGB (Red+Green+Blue) = 173+250+166=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFAA6 is #520559. Grayscale: #D9D9D9. Windows color (decimal): -5375322 or 10943149. OLE color: 10943149.
HSL color Cylindrical-coordinate representation of color #ADFAA6: hue angle of 115º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADFAA6 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 166 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.02 |
| HSL | 115º | 0.89% | 0.82% | - |
| HSV(B) | 115º | 0.34% | 0.98% | - |
| XYZ | 58.3 | 80.01 | 48.45 | - |
| YUV | 217.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 166 | 0.31 | 0 | 0.34 | 0.02 | 115 | 0.89 | 0.82 |
| Hex | AD | FA | A6 | 1F | 0 | 22 | 2 | 73 | 59 | 52 |
| Octal | 255 | 372 | 246 | 37 | 0 | 42 | 2 | 163 | 131 | 122 |
| Binary | 10101101 | 11111010 | 10100110 | 11111 | 0 | 100010 | 10 | 1110011 | 1011001 | 1010010 |
Color Harmonies of #ADFAA6
Complementary color
Monochromatic Colors of #ADFAA6
Black with #ADFAA6
Text Example
Text Example
White with #ADFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFAA6; }
p { color: rgb(173,250,166); }
H1.HeaderClassName
{
color: #ADFAA6;
}
.AnyTagClassName
{
color: #ADFAA6;
}
</style>
background-color css
<style>
a { background-color: #ADFAA6; }
a { background-color: rgb(173,250,166); }
div.DivClassName
{
background-color: #ADFAA6;
}
.BgClassName
{
background-color: #ADFAA6;
}
</style>
border-color css
<style>
span { border-color: #ADFAA6; }
span { border-color: rgb(173,250,166); }
td.TdClassName
{
border-color: #ADFAA6;
}
.TagClassName
{
border-color: #ADFAA6;
}
</style>