Shades of Spring Bud #ADF40C
Tints of Spring Bud #ADF40C
RGB
CMYK
RGB Variations
Color information
#ADF40C (or 0xADF40C) is known color: Spring Bud. HEX triplet: AD, F4 and 0C. RGB value is (173,244,12). Sum of RGB (Red+Green+Blue) = 173+244+12=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF40C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF40C is #520BF3. Grayscale: #C5C5C5. Windows color (decimal): -5377012 or 849069. OLE color: 849069.
HSL color Cylindrical-coordinate representation of color #ADF40C: hue angle of 78.36º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADF40C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 12 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.04 |
| HSL | 78.36º | 0.91% | 0.5% | - |
| HSV(B) | 78.36º | 0.95% | 0.96% | - |
| XYZ | 49.65 | 73.61 | 11.94 | - |
| YUV | 196.32 | 23.98 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 12 | 0.29 | 0 | 0.95 | 0.04 | 78.36 | 0.91 | 0.5 |
| Hex | AD | F4 | C | 1D | 0 | 5F | 4 | 4E | 5B | 32 |
| Octal | 255 | 364 | 14 | 35 | 0 | 137 | 4 | 116 | 133 | 62 |
| Binary | 10101101 | 11110100 | 1100 | 11101 | 0 | 1011111 | 100 | 1001110 | 1011011 | 110010 |
Color Harmonies of #ADF40C
Complementary color
Monochromatic Colors of #ADF40C
Black with #ADF40C
Text Example
Text Example
White with #ADF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF40C; }
p { color: rgb(173,244,12); }
H1.HeaderClassName
{
color: #ADF40C;
}
.AnyTagClassName
{
color: #ADF40C;
}
</style>
background-color css
<style>
a { background-color: #ADF40C; }
a { background-color: rgb(173,244,12); }
div.DivClassName
{
background-color: #ADF40C;
}
.BgClassName
{
background-color: #ADF40C;
}
</style>
border-color css
<style>
span { border-color: #ADF40C; }
span { border-color: rgb(173,244,12); }
td.TdClassName
{
border-color: #ADF40C;
}
.TagClassName
{
border-color: #ADF40C;
}
</style>