Shades of Spring Bud #ADF20C
Tints of Spring Bud #ADF20C
RGB
CMYK
RGB Variations
Color information
#ADF20C (or 0xADF20C) is known color: Spring Bud. HEX triplet: AD, F2 and 0C. RGB value is (173,242,12). Sum of RGB (Red+Green+Blue) = 173+242+12=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 242 (94.92% from 255 or 56.67% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF20C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF20C is #520DF3. Grayscale: #C4C4C4. Windows color (decimal): -5377524 or 848557. OLE color: 848557.
HSL color Cylindrical-coordinate representation of color #ADF20C: hue angle of 78º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADF20C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 12 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.05 |
| HSL | 78º | 0.91% | 0.5% | - |
| HSV(B) | 78º | 0.95% | 0.95% | - |
| XYZ | 49.05 | 72.42 | 11.74 | - |
| YUV | 195.15 | 24.64 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 12 | 0.29 | 0 | 0.95 | 0.05 | 78 | 0.91 | 0.5 |
| Hex | AD | F2 | C | 1D | 0 | 5F | 5 | 4E | 5B | 32 |
| Octal | 255 | 362 | 14 | 35 | 0 | 137 | 5 | 116 | 133 | 62 |
| Binary | 10101101 | 11110010 | 1100 | 11101 | 0 | 1011111 | 101 | 1001110 | 1011011 | 110010 |
Color Harmonies of #ADF20C
Complementary color
Monochromatic Colors of #ADF20C
Black with #ADF20C
Text Example
Text Example
White with #ADF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF20C; }
p { color: rgb(173,242,12); }
H1.HeaderClassName
{
color: #ADF20C;
}
.AnyTagClassName
{
color: #ADF20C;
}
</style>
background-color css
<style>
a { background-color: #ADF20C; }
a { background-color: rgb(173,242,12); }
div.DivClassName
{
background-color: #ADF20C;
}
.BgClassName
{
background-color: #ADF20C;
}
</style>
border-color css
<style>
span { border-color: #ADF20C; }
span { border-color: rgb(173,242,12); }
td.TdClassName
{
border-color: #ADF20C;
}
.TagClassName
{
border-color: #ADF20C;
}
</style>