Shades of Pale Green #ADFDA5
Tints of Pale Green #ADFDA5
RGB
CMYK
RGB Variations
Color information
#ADFDA5 (or 0xADFDA5) is known color: Pale Green. HEX triplet: AD, FD and A5. RGB value is (173,253,165). Sum of RGB (Red+Green+Blue) = 173+253+165=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDA5 is #52025A. Grayscale: #DBDBDB. Windows color (decimal): -5374555 or 10878381. OLE color: 10878381.
HSL color Cylindrical-coordinate representation of color #ADFDA5: hue angle of 114.55º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADFDA5 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 165 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.01 |
| HSL | 114.55º | 0.96% | 0.82% | - |
| HSV(B) | 114.55º | 0.35% | 0.99% | - |
| XYZ | 59.15 | 81.85 | 48.28 | - |
| YUV | 219.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 165 | 0.32 | 0 | 0.35 | 0.01 | 114.55 | 0.96 | 0.82 |
| Hex | AD | FD | A5 | 20 | 0 | 23 | 1 | 73 | 60 | 52 |
| Octal | 255 | 375 | 245 | 40 | 0 | 43 | 1 | 163 | 140 | 122 |
| Binary | 10101101 | 11111101 | 10100101 | 100000 | 0 | 100011 | 1 | 1110011 | 1100000 | 1010010 |
Color Harmonies of #ADFDA5
Complementary color
Monochromatic Colors of #ADFDA5
Black with #ADFDA5
Text Example
Text Example
White with #ADFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDA5; }
p { color: rgb(173,253,165); }
H1.HeaderClassName
{
color: #ADFDA5;
}
.AnyTagClassName
{
color: #ADFDA5;
}
</style>
background-color css
<style>
a { background-color: #ADFDA5; }
a { background-color: rgb(173,253,165); }
div.DivClassName
{
background-color: #ADFDA5;
}
.BgClassName
{
background-color: #ADFDA5;
}
</style>
border-color css
<style>
span { border-color: #ADFDA5; }
span { border-color: rgb(173,253,165); }
td.TdClassName
{
border-color: #ADFDA5;
}
.TagClassName
{
border-color: #ADFDA5;
}
</style>