Shades of Pale Green #ADFDAB
Tints of Pale Green #ADFDAB
RGB
CMYK
RGB Variations
Color information
#ADFDAB (or 0xADFDAB) is known color: Pale Green. HEX triplet: AD, FD and AB. RGB value is (173,253,171). Sum of RGB (Red+Green+Blue) = 173+253+171=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDAB is #520254. Grayscale: #DBDBDB. Windows color (decimal): -5374549 or 11271597. OLE color: 11271597.
HSL color Cylindrical-coordinate representation of color #ADFDAB: hue angle of 118.54º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDAB is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 171 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.01 |
| HSL | 118.54º | 0.95% | 0.83% | - |
| HSV(B) | 118.54º | 0.32% | 0.99% | - |
| XYZ | 59.71 | 82.08 | 51.22 | - |
| YUV | 219.73 | 100.5 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 171 | 0.32 | 0 | 0.32 | 0.01 | 118.54 | 0.95 | 0.83 |
| Hex | AD | FD | AB | 20 | 0 | 20 | 1 | 77 | 5F | 53 |
| Octal | 255 | 375 | 253 | 40 | 0 | 40 | 1 | 167 | 137 | 123 |
| Binary | 10101101 | 11111101 | 10101011 | 100000 | 0 | 100000 | 1 | 1110111 | 1011111 | 1010011 |
Color Harmonies of #ADFDAB
Complementary color
Monochromatic Colors of #ADFDAB
Black with #ADFDAB
Text Example
Text Example
White with #ADFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDAB; }
p { color: rgb(173,253,171); }
H1.HeaderClassName
{
color: #ADFDAB;
}
.AnyTagClassName
{
color: #ADFDAB;
}
</style>
background-color css
<style>
a { background-color: #ADFDAB; }
a { background-color: rgb(173,253,171); }
div.DivClassName
{
background-color: #ADFDAB;
}
.BgClassName
{
background-color: #ADFDAB;
}
</style>
border-color css
<style>
span { border-color: #ADFDAB; }
span { border-color: rgb(173,253,171); }
td.TdClassName
{
border-color: #ADFDAB;
}
.TagClassName
{
border-color: #ADFDAB;
}
</style>