Shades of Spring Bud #ADFE12
Tints of Spring Bud #ADFE12
RGB
CMYK
RGB Variations
Color information
#ADFE12 (or 0xADFE12) is known color: Spring Bud. HEX triplet: AD, FE and 12. RGB value is (173,254,18). Sum of RGB (Red+Green+Blue) = 173+254+18=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFE12 is #5201ED. Grayscale: #CBCBCB. Windows color (decimal): -5374446 or 1244845. OLE color: 1244845.
HSL color Cylindrical-coordinate representation of color #ADFE12: hue angle of 80.59º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADFE12 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 18 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.00 |
| HSL | 80.59º | 0.99% | 0.53% | - |
| HSV(B) | 80.59º | 0.93% | 1% | - |
| XYZ | 52.78 | 79.81 | 13.2 | - |
| YUV | 202.88 | 23.66 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 18 | 0.32 | 0 | 0.93 | 0.00 | 80.59 | 0.99 | 0.53 |
| Hex | AD | FE | 12 | 20 | 0 | 5D | 0 | 51 | 63 | 35 |
| Octal | 255 | 376 | 22 | 40 | 0 | 135 | 0 | 121 | 143 | 65 |
| Binary | 10101101 | 11111110 | 10010 | 100000 | 0 | 1011101 | 0 | 1010001 | 1100011 | 110101 |
Color Harmonies of #ADFE12
Complementary color
Monochromatic Colors of #ADFE12
Black with #ADFE12
Text Example
Text Example
White with #ADFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE12; }
p { color: rgb(173,254,18); }
H1.HeaderClassName
{
color: #ADFE12;
}
.AnyTagClassName
{
color: #ADFE12;
}
</style>
background-color css
<style>
a { background-color: #ADFE12; }
a { background-color: rgb(173,254,18); }
div.DivClassName
{
background-color: #ADFE12;
}
.BgClassName
{
background-color: #ADFE12;
}
</style>
border-color css
<style>
span { border-color: #ADFE12; }
span { border-color: rgb(173,254,18); }
td.TdClassName
{
border-color: #ADFE12;
}
.TagClassName
{
border-color: #ADFE12;
}
</style>