Shades of Pale Green #ADFD9F
Tints of Pale Green #ADFD9F
RGB
CMYK
RGB Variations
Color information
#ADFD9F (or 0xADFD9F) is known color: Pale Green. HEX triplet: AD, FD and 9F. RGB value is (173,253,159). Sum of RGB (Red+Green+Blue) = 173+253+159=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFD9F is #520260. Grayscale: #DADADA. Windows color (decimal): -5374561 or 10485165. OLE color: 10485165.
HSL color Cylindrical-coordinate representation of color #ADFD9F: hue angle of 111.06º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADFD9F is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 159 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.01 |
| HSL | 111.06º | 0.96% | 0.81% | - |
| HSV(B) | 111.06º | 0.37% | 0.99% | - |
| XYZ | 58.62 | 81.64 | 45.47 | - |
| YUV | 218.36 | 94.5 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 159 | 0.32 | 0 | 0.37 | 0.01 | 111.06 | 0.96 | 0.81 |
| Hex | AD | FD | 9F | 20 | 0 | 25 | 1 | 6F | 60 | 51 |
| Octal | 255 | 375 | 237 | 40 | 0 | 45 | 1 | 157 | 140 | 121 |
| Binary | 10101101 | 11111101 | 10011111 | 100000 | 0 | 100101 | 1 | 1101111 | 1100000 | 1010001 |
Color Harmonies of #ADFD9F
Complementary color
Monochromatic Colors of #ADFD9F
Black with #ADFD9F
Text Example
Text Example
White with #ADFD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD9F; }
p { color: rgb(173,253,159); }
H1.HeaderClassName
{
color: #ADFD9F;
}
.AnyTagClassName
{
color: #ADFD9F;
}
</style>
background-color css
<style>
a { background-color: #ADFD9F; }
a { background-color: rgb(173,253,159); }
div.DivClassName
{
background-color: #ADFD9F;
}
.BgClassName
{
background-color: #ADFD9F;
}
</style>
border-color css
<style>
span { border-color: #ADFD9F; }
span { border-color: rgb(173,253,159); }
td.TdClassName
{
border-color: #ADFD9F;
}
.TagClassName
{
border-color: #ADFD9F;
}
</style>