Shades of Spring Bud #ADFF0C
Tints of Spring Bud #ADFF0C
RGB
CMYK
RGB Variations
Color information
#ADFF0C (or 0xADFF0C) is known color: Spring Bud. HEX triplet: AD, FF and 0C. RGB value is (173,255,12). Sum of RGB (Red+Green+Blue) = 173+255+12=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF0C is #5200F3. Grayscale: #CBCBCB. Windows color (decimal): -5374196 or 851885. OLE color: 851885.
HSL color Cylindrical-coordinate representation of color #ADFF0C: hue angle of 80.25º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADFF0C is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 12 | - |
| CMYK | 0.32 | 0 | 0.95 | 0 |
| HSL | 80.25º | 1% | 0.52% | - |
| HSV(B) | 80.25º | 0.95% | 1% | - |
| XYZ | 53.06 | 80.43 | 13.08 | - |
| YUV | 202.78 | 20.33 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 12 | 0.32 | 0 | 0.95 | 0 | 80.25 | 1 | 0.52 |
| Hex | AD | FF | C | 20 | 0 | 5F | 0 | 50 | 64 | 34 |
| Octal | 255 | 377 | 14 | 40 | 0 | 137 | 0 | 120 | 144 | 64 |
| Binary | 10101101 | 11111111 | 1100 | 100000 | 0 | 1011111 | 0 | 1010000 | 1100100 | 110100 |
Color Harmonies of #ADFF0C
Complementary color
Monochromatic Colors of #ADFF0C
Black with #ADFF0C
Text Example
Text Example
White with #ADFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF0C; }
p { color: rgb(173,255,12); }
H1.HeaderClassName
{
color: #ADFF0C;
}
.AnyTagClassName
{
color: #ADFF0C;
}
</style>
background-color css
<style>
a { background-color: #ADFF0C; }
a { background-color: rgb(173,255,12); }
div.DivClassName
{
background-color: #ADFF0C;
}
.BgClassName
{
background-color: #ADFF0C;
}
</style>
border-color css
<style>
span { border-color: #ADFF0C; }
span { border-color: rgb(173,255,12); }
td.TdClassName
{
border-color: #ADFF0C;
}
.TagClassName
{
border-color: #ADFF0C;
}
</style>