Shades of Pale Green #ADFC8D
Tints of Pale Green #ADFC8D
RGB
CMYK
RGB Variations
Color information
#ADFC8D (or 0xADFC8D) is known color: Pale Green. HEX triplet: AD, FC and 8D. RGB value is (173,252,141). Sum of RGB (Red+Green+Blue) = 173+252+141=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFC8D is #520372. Grayscale: #D8D8D8. Windows color (decimal): -5374835 or 9305261. OLE color: 9305261.
HSL color Cylindrical-coordinate representation of color #ADFC8D: hue angle of 102.7º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADFC8D is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 141 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.01 |
| HSL | 102.7º | 0.95% | 0.77% | - |
| HSV(B) | 102.7º | 0.44% | 0.99% | - |
| XYZ | 56.85 | 80.43 | 37.73 | - |
| YUV | 215.73 | 85.83 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 141 | 0.31 | 0 | 0.44 | 0.01 | 102.7 | 0.95 | 0.77 |
| Hex | AD | FC | 8D | 1F | 0 | 2C | 1 | 67 | 5F | 4D |
| Octal | 255 | 374 | 215 | 37 | 0 | 54 | 1 | 147 | 137 | 115 |
| Binary | 10101101 | 11111100 | 10001101 | 11111 | 0 | 101100 | 1 | 1100111 | 1011111 | 1001101 |
Color Harmonies of #ADFC8D
Complementary color
Monochromatic Colors of #ADFC8D
Black with #ADFC8D
Text Example
Text Example
White with #ADFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC8D; }
p { color: rgb(173,252,141); }
H1.HeaderClassName
{
color: #ADFC8D;
}
.AnyTagClassName
{
color: #ADFC8D;
}
</style>
background-color css
<style>
a { background-color: #ADFC8D; }
a { background-color: rgb(173,252,141); }
div.DivClassName
{
background-color: #ADFC8D;
}
.BgClassName
{
background-color: #ADFC8D;
}
</style>
border-color css
<style>
span { border-color: #ADFC8D; }
span { border-color: rgb(173,252,141); }
td.TdClassName
{
border-color: #ADFC8D;
}
.TagClassName
{
border-color: #ADFC8D;
}
</style>