Shades of Spring Bud #ADFD12
Tints of Spring Bud #ADFD12
RGB
CMYK
RGB Variations
Color information
#ADFD12 (or 0xADFD12) is known color: Spring Bud. HEX triplet: AD, FD and 12. RGB value is (173,253,18). Sum of RGB (Red+Green+Blue) = 173+253+18=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 253 (99.22% from 255 or 56.98% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFD12 is #5202ED. Grayscale: #CBCBCB. Windows color (decimal): -5374702 or 1244589. OLE color: 1244589.
HSL color Cylindrical-coordinate representation of color #ADFD12: hue angle of 80.43º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADFD12 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 18 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.01 |
| HSL | 80.43º | 0.98% | 0.53% | - |
| HSV(B) | 80.43º | 0.93% | 0.99% | - |
| XYZ | 52.47 | 79.18 | 13.09 | - |
| YUV | 202.29 | 24 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 18 | 0.32 | 0 | 0.93 | 0.01 | 80.43 | 0.98 | 0.53 |
| Hex | AD | FD | 12 | 20 | 0 | 5D | 1 | 50 | 62 | 35 |
| Octal | 255 | 375 | 22 | 40 | 0 | 135 | 1 | 120 | 142 | 65 |
| Binary | 10101101 | 11111101 | 10010 | 100000 | 0 | 1011101 | 1 | 1010000 | 1100010 | 110101 |
Color Harmonies of #ADFD12
Complementary color
Monochromatic Colors of #ADFD12
Black with #ADFD12
Text Example
Text Example
White with #ADFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD12; }
p { color: rgb(173,253,18); }
H1.HeaderClassName
{
color: #ADFD12;
}
.AnyTagClassName
{
color: #ADFD12;
}
</style>
background-color css
<style>
a { background-color: #ADFD12; }
a { background-color: rgb(173,253,18); }
div.DivClassName
{
background-color: #ADFD12;
}
.BgClassName
{
background-color: #ADFD12;
}
</style>
border-color css
<style>
span { border-color: #ADFD12; }
span { border-color: rgb(173,253,18); }
td.TdClassName
{
border-color: #ADFD12;
}
.TagClassName
{
border-color: #ADFD12;
}
</style>