Shades of Pale Green #ADF894
Tints of Pale Green #ADF894
RGB
CMYK
RGB Variations
Color information
#ADF894 (or 0xADF894) is known color: Pale Green. HEX triplet: AD, F8 and 94. RGB value is (173,248,148). Sum of RGB (Red+Green+Blue) = 173+248+148=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF894 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF894 is #52076B. Grayscale: #D6D6D6. Windows color (decimal): -5375852 or 9762989. OLE color: 9762989.
HSL color Cylindrical-coordinate representation of color #ADF894: hue angle of 105º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADF894 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 148 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.03 |
| HSL | 105º | 0.88% | 0.78% | - |
| HSV(B) | 105º | 0.4% | 0.97% | - |
| XYZ | 56.15 | 78.16 | 40.14 | - |
| YUV | 214.18 | 90.65 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 148 | 0.30 | 0 | 0.40 | 0.03 | 105 | 0.88 | 0.78 |
| Hex | AD | F8 | 94 | 1E | 0 | 28 | 3 | 69 | 58 | 4E |
| Octal | 255 | 370 | 224 | 36 | 0 | 50 | 3 | 151 | 130 | 116 |
| Binary | 10101101 | 11111000 | 10010100 | 11110 | 0 | 101000 | 11 | 1101001 | 1011000 | 1001110 |
Color Harmonies of #ADF894
Complementary color
Monochromatic Colors of #ADF894
Black with #ADF894
Text Example
Text Example
White with #ADF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF894; }
p { color: rgb(173,248,148); }
H1.HeaderClassName
{
color: #ADF894;
}
.AnyTagClassName
{
color: #ADF894;
}
</style>
background-color css
<style>
a { background-color: #ADF894; }
a { background-color: rgb(173,248,148); }
div.DivClassName
{
background-color: #ADF894;
}
.BgClassName
{
background-color: #ADF894;
}
</style>
border-color css
<style>
span { border-color: #ADF894; }
span { border-color: rgb(173,248,148); }
td.TdClassName
{
border-color: #ADF894;
}
.TagClassName
{
border-color: #ADF894;
}
</style>