Shades of Spring Bud #ADFC0F
Tints of Spring Bud #ADFC0F
RGB
CMYK
RGB Variations
Color information
#ADFC0F (or 0xADFC0F) is known color: Spring Bud. HEX triplet: AD, FC and 0F. RGB value is (173,252,15). Sum of RGB (Red+Green+Blue) = 173+252+15=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC0F is #5203F0. Grayscale: #CACACA. Windows color (decimal): -5374961 or 1047725. OLE color: 1047725.
HSL color Cylindrical-coordinate representation of color #ADFC0F: hue angle of 80º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADFC0F is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 15 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.01 |
| HSL | 80º | 0.98% | 0.52% | - |
| HSV(B) | 80º | 0.94% | 0.99% | - |
| XYZ | 52.13 | 78.54 | 12.86 | - |
| YUV | 201.36 | 22.83 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 15 | 0.31 | 0 | 0.94 | 0.01 | 80 | 0.98 | 0.52 |
| Hex | AD | FC | F | 1F | 0 | 5E | 1 | 50 | 62 | 34 |
| Octal | 255 | 374 | 17 | 37 | 0 | 136 | 1 | 120 | 142 | 64 |
| Binary | 10101101 | 11111100 | 1111 | 11111 | 0 | 1011110 | 1 | 1010000 | 1100010 | 110100 |
Color Harmonies of #ADFC0F
Complementary color
Monochromatic Colors of #ADFC0F
Black with #ADFC0F
Text Example
Text Example
White with #ADFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC0F; }
p { color: rgb(173,252,15); }
H1.HeaderClassName
{
color: #ADFC0F;
}
.AnyTagClassName
{
color: #ADFC0F;
}
</style>
background-color css
<style>
a { background-color: #ADFC0F; }
a { background-color: rgb(173,252,15); }
div.DivClassName
{
background-color: #ADFC0F;
}
.BgClassName
{
background-color: #ADFC0F;
}
</style>
border-color css
<style>
span { border-color: #ADFC0F; }
span { border-color: rgb(173,252,15); }
td.TdClassName
{
border-color: #ADFC0F;
}
.TagClassName
{
border-color: #ADFC0F;
}
</style>