Shades of Spring Bud #ADF814
Tints of Spring Bud #ADF814
RGB
CMYK
RGB Variations
Color information
#ADF814 (or 0xADF814) is known color: Spring Bud. HEX triplet: AD, F8 and 14. RGB value is (173,248,20). Sum of RGB (Red+Green+Blue) = 173+248+20=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF814 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF814 is #5207EB. Grayscale: #C8C8C8. Windows color (decimal): -5375980 or 1374381. OLE color: 1374381.
HSL color Cylindrical-coordinate representation of color #ADF814: hue angle of 79.74º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADF814 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 20 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.03 |
| HSL | 79.74º | 0.94% | 0.53% | - |
| HSV(B) | 79.74º | 0.92% | 0.97% | - |
| XYZ | 50.93 | 76.07 | 12.66 | - |
| YUV | 199.58 | 26.65 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 20 | 0.30 | 0 | 0.92 | 0.03 | 79.74 | 0.94 | 0.53 |
| Hex | AD | F8 | 14 | 1E | 0 | 5C | 3 | 50 | 5E | 35 |
| Octal | 255 | 370 | 24 | 36 | 0 | 134 | 3 | 120 | 136 | 65 |
| Binary | 10101101 | 11111000 | 10100 | 11110 | 0 | 1011100 | 11 | 1010000 | 1011110 | 110101 |
Color Harmonies of #ADF814
Complementary color
Monochromatic Colors of #ADF814
Black with #ADF814
Text Example
Text Example
White with #ADF814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF814; }
p { color: rgb(173,248,20); }
H1.HeaderClassName
{
color: #ADF814;
}
.AnyTagClassName
{
color: #ADF814;
}
</style>
background-color css
<style>
a { background-color: #ADF814; }
a { background-color: rgb(173,248,20); }
div.DivClassName
{
background-color: #ADF814;
}
.BgClassName
{
background-color: #ADF814;
}
</style>
border-color css
<style>
span { border-color: #ADF814; }
span { border-color: rgb(173,248,20); }
td.TdClassName
{
border-color: #ADF814;
}
.TagClassName
{
border-color: #ADF814;
}
</style>