Shades of Pale Green #ADFDA2
Tints of Pale Green #ADFDA2
RGB
CMYK
RGB Variations
Color information
#ADFDA2 (or 0xADFDA2) is known color: Pale Green. HEX triplet: AD, FD and A2. RGB value is (173,253,162). Sum of RGB (Red+Green+Blue) = 173+253+162=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDA2 is #52025D. Grayscale: #DADADA. Windows color (decimal): -5374558 or 10681773. OLE color: 10681773.
HSL color Cylindrical-coordinate representation of color #ADFDA2: hue angle of 112.75º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADFDA2 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 162 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.01 |
| HSL | 112.75º | 0.96% | 0.81% | - |
| HSV(B) | 112.75º | 0.36% | 0.99% | - |
| XYZ | 58.88 | 81.74 | 46.86 | - |
| YUV | 218.71 | 96 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 162 | 0.32 | 0 | 0.36 | 0.01 | 112.75 | 0.96 | 0.81 |
| Hex | AD | FD | A2 | 20 | 0 | 24 | 1 | 71 | 60 | 51 |
| Octal | 255 | 375 | 242 | 40 | 0 | 44 | 1 | 161 | 140 | 121 |
| Binary | 10101101 | 11111101 | 10100010 | 100000 | 0 | 100100 | 1 | 1110001 | 1100000 | 1010001 |
Color Harmonies of #ADFDA2
Complementary color
Monochromatic Colors of #ADFDA2
Black with #ADFDA2
Text Example
Text Example
White with #ADFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDA2; }
p { color: rgb(173,253,162); }
H1.HeaderClassName
{
color: #ADFDA2;
}
.AnyTagClassName
{
color: #ADFDA2;
}
</style>
background-color css
<style>
a { background-color: #ADFDA2; }
a { background-color: rgb(173,253,162); }
div.DivClassName
{
background-color: #ADFDA2;
}
.BgClassName
{
background-color: #ADFDA2;
}
</style>
border-color css
<style>
span { border-color: #ADFDA2; }
span { border-color: rgb(173,253,162); }
td.TdClassName
{
border-color: #ADFDA2;
}
.TagClassName
{
border-color: #ADFDA2;
}
</style>