Shades of Pale Green #ADFC8A
Tints of Pale Green #ADFC8A
RGB
CMYK
RGB Variations
Color information
#ADFC8A (or 0xADFC8A) is known color: Pale Green. HEX triplet: AD, FC and 8A. RGB value is (173,252,138). Sum of RGB (Red+Green+Blue) = 173+252+138=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFC8A is #520375. Grayscale: #D7D7D7. Windows color (decimal): -5374838 or 9108653. OLE color: 9108653.
HSL color Cylindrical-coordinate representation of color #ADFC8A: hue angle of 101.58º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADFC8A is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 138 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.01 |
| HSL | 101.58º | 0.95% | 0.76% | - |
| HSV(B) | 101.58º | 0.45% | 0.99% | - |
| XYZ | 56.63 | 80.34 | 36.57 | - |
| YUV | 215.38 | 84.33 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 138 | 0.31 | 0 | 0.45 | 0.01 | 101.58 | 0.95 | 0.76 |
| Hex | AD | FC | 8A | 1F | 0 | 2D | 1 | 66 | 5F | 4C |
| Octal | 255 | 374 | 212 | 37 | 0 | 55 | 1 | 146 | 137 | 114 |
| Binary | 10101101 | 11111100 | 10001010 | 11111 | 0 | 101101 | 1 | 1100110 | 1011111 | 1001100 |
Color Harmonies of #ADFC8A
Complementary color
Monochromatic Colors of #ADFC8A
Black with #ADFC8A
Text Example
Text Example
White with #ADFC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC8A; }
p { color: rgb(173,252,138); }
H1.HeaderClassName
{
color: #ADFC8A;
}
.AnyTagClassName
{
color: #ADFC8A;
}
</style>
background-color css
<style>
a { background-color: #ADFC8A; }
a { background-color: rgb(173,252,138); }
div.DivClassName
{
background-color: #ADFC8A;
}
.BgClassName
{
background-color: #ADFC8A;
}
</style>
border-color css
<style>
span { border-color: #ADFC8A; }
span { border-color: rgb(173,252,138); }
td.TdClassName
{
border-color: #ADFC8A;
}
.TagClassName
{
border-color: #ADFC8A;
}
</style>