Shades of Pale Green #ADFC8C
Tints of Pale Green #ADFC8C
RGB
CMYK
RGB Variations
Color information
#ADFC8C (or 0xADFC8C) is known color: Pale Green. HEX triplet: AD, FC and 8C. RGB value is (173,252,140). Sum of RGB (Red+Green+Blue) = 173+252+140=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFC8C is #520373. Grayscale: #D7D7D7. Windows color (decimal): -5374836 or 9239725. OLE color: 9239725.
HSL color Cylindrical-coordinate representation of color #ADFC8C: hue angle of 102.32º 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 #ADFC8C is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 140 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.01 |
| HSL | 102.32º | 0.95% | 0.77% | - |
| HSV(B) | 102.32º | 0.44% | 0.99% | - |
| XYZ | 56.78 | 80.4 | 37.34 | - |
| YUV | 215.61 | 85.33 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 140 | 0.31 | 0 | 0.44 | 0.01 | 102.32 | 0.95 | 0.77 |
| Hex | AD | FC | 8C | 1F | 0 | 2C | 1 | 66 | 5F | 4D |
| Octal | 255 | 374 | 214 | 37 | 0 | 54 | 1 | 146 | 137 | 115 |
| Binary | 10101101 | 11111100 | 10001100 | 11111 | 0 | 101100 | 1 | 1100110 | 1011111 | 1001101 |
Color Harmonies of #ADFC8C
Complementary color
Monochromatic Colors of #ADFC8C
Black with #ADFC8C
Text Example
Text Example
White with #ADFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC8C; }
p { color: rgb(173,252,140); }
H1.HeaderClassName
{
color: #ADFC8C;
}
.AnyTagClassName
{
color: #ADFC8C;
}
</style>
background-color css
<style>
a { background-color: #ADFC8C; }
a { background-color: rgb(173,252,140); }
div.DivClassName
{
background-color: #ADFC8C;
}
.BgClassName
{
background-color: #ADFC8C;
}
</style>
border-color css
<style>
span { border-color: #ADFC8C; }
span { border-color: rgb(173,252,140); }
td.TdClassName
{
border-color: #ADFC8C;
}
.TagClassName
{
border-color: #ADFC8C;
}
</style>