Shades of Pale Green #ADF8A2
Tints of Pale Green #ADF8A2
RGB
CMYK
RGB Variations
Color information
#ADF8A2 (or 0xADF8A2) is known color: Pale Green. HEX triplet: AD, F8 and A2. RGB value is (173,248,162). Sum of RGB (Red+Green+Blue) = 173+248+162=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF8A2 is #52075D. Grayscale: #D8D8D8. Windows color (decimal): -5375838 or 10680493. OLE color: 10680493.
HSL color Cylindrical-coordinate representation of color #ADF8A2: hue angle of 112.33º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADF8A2 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 162 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.03 |
| HSL | 112.33º | 0.86% | 0.8% | - |
| HSV(B) | 112.33º | 0.35% | 0.97% | - |
| XYZ | 57.32 | 78.63 | 46.34 | - |
| YUV | 215.77 | 97.65 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 162 | 0.30 | 0 | 0.35 | 0.03 | 112.33 | 0.86 | 0.8 |
| Hex | AD | F8 | A2 | 1E | 0 | 23 | 3 | 70 | 56 | 50 |
| Octal | 255 | 370 | 242 | 36 | 0 | 43 | 3 | 160 | 126 | 120 |
| Binary | 10101101 | 11111000 | 10100010 | 11110 | 0 | 100011 | 11 | 1110000 | 1010110 | 1010000 |
Color Harmonies of #ADF8A2
Complementary color
Monochromatic Colors of #ADF8A2
Black with #ADF8A2
Text Example
Text Example
White with #ADF8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8A2; }
p { color: rgb(173,248,162); }
H1.HeaderClassName
{
color: #ADF8A2;
}
.AnyTagClassName
{
color: #ADF8A2;
}
</style>
background-color css
<style>
a { background-color: #ADF8A2; }
a { background-color: rgb(173,248,162); }
div.DivClassName
{
background-color: #ADF8A2;
}
.BgClassName
{
background-color: #ADF8A2;
}
</style>
border-color css
<style>
span { border-color: #ADF8A2; }
span { border-color: rgb(173,248,162); }
td.TdClassName
{
border-color: #ADF8A2;
}
.TagClassName
{
border-color: #ADF8A2;
}
</style>