Shades of Pale Green #ADFDA3
Tints of Pale Green #ADFDA3
RGB
CMYK
RGB Variations
Color information
#ADFDA3 (or 0xADFDA3) is known color: Pale Green. HEX triplet: AD, FD and A3. RGB value is (173,253,163). Sum of RGB (Red+Green+Blue) = 173+253+163=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDA3 is #52025C. Grayscale: #DBDBDB. Windows color (decimal): -5374557 or 10747309. OLE color: 10747309.
HSL color Cylindrical-coordinate representation of color #ADFDA3: hue angle of 113.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADFDA3 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 163 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.01 |
| HSL | 113.33º | 0.96% | 0.82% | - |
| HSV(B) | 113.33º | 0.36% | 0.99% | - |
| XYZ | 58.97 | 81.78 | 47.33 | - |
| YUV | 218.82 | 96.5 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 163 | 0.32 | 0 | 0.36 | 0.01 | 113.33 | 0.96 | 0.82 |
| Hex | AD | FD | A3 | 20 | 0 | 24 | 1 | 71 | 60 | 52 |
| Octal | 255 | 375 | 243 | 40 | 0 | 44 | 1 | 161 | 140 | 122 |
| Binary | 10101101 | 11111101 | 10100011 | 100000 | 0 | 100100 | 1 | 1110001 | 1100000 | 1010010 |
Color Harmonies of #ADFDA3
Complementary color
Monochromatic Colors of #ADFDA3
Black with #ADFDA3
Text Example
Text Example
White with #ADFDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDA3; }
p { color: rgb(173,253,163); }
H1.HeaderClassName
{
color: #ADFDA3;
}
.AnyTagClassName
{
color: #ADFDA3;
}
</style>
background-color css
<style>
a { background-color: #ADFDA3; }
a { background-color: rgb(173,253,163); }
div.DivClassName
{
background-color: #ADFDA3;
}
.BgClassName
{
background-color: #ADFDA3;
}
</style>
border-color css
<style>
span { border-color: #ADFDA3; }
span { border-color: rgb(173,253,163); }
td.TdClassName
{
border-color: #ADFDA3;
}
.TagClassName
{
border-color: #ADFDA3;
}
</style>