Shades of Pale Green #ADFB8E
Tints of Pale Green #ADFB8E
RGB
CMYK
RGB Variations
Color information
#ADFB8E (or 0xADFB8E) is known color: Pale Green. HEX triplet: AD, FB and 8E. RGB value is (173,251,142). Sum of RGB (Red+Green+Blue) = 173+251+142=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFB8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFB8E is #520471. Grayscale: #D7D7D7. Windows color (decimal): -5375090 or 9370541. OLE color: 9370541.
HSL color Cylindrical-coordinate representation of color #ADFB8E: hue angle of 102.94º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADFB8E is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 142 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.02 |
| HSL | 102.94º | 0.93% | 0.77% | - |
| HSV(B) | 102.94º | 0.43% | 0.98% | - |
| XYZ | 56.61 | 79.83 | 38.02 | - |
| YUV | 215.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 142 | 0.31 | 0 | 0.43 | 0.02 | 102.94 | 0.93 | 0.77 |
| Hex | AD | FB | 8E | 1F | 0 | 2B | 2 | 67 | 5D | 4D |
| Octal | 255 | 373 | 216 | 37 | 0 | 53 | 2 | 147 | 135 | 115 |
| Binary | 10101101 | 11111011 | 10001110 | 11111 | 0 | 101011 | 10 | 1100111 | 1011101 | 1001101 |
Color Harmonies of #ADFB8E
Complementary color
Monochromatic Colors of #ADFB8E
Black with #ADFB8E
Text Example
Text Example
White with #ADFB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFB8E; }
p { color: rgb(173,251,142); }
H1.HeaderClassName
{
color: #ADFB8E;
}
.AnyTagClassName
{
color: #ADFB8E;
}
</style>
background-color css
<style>
a { background-color: #ADFB8E; }
a { background-color: rgb(173,251,142); }
div.DivClassName
{
background-color: #ADFB8E;
}
.BgClassName
{
background-color: #ADFB8E;
}
</style>
border-color css
<style>
span { border-color: #ADFB8E; }
span { border-color: rgb(173,251,142); }
td.TdClassName
{
border-color: #ADFB8E;
}
.TagClassName
{
border-color: #ADFB8E;
}
</style>