Shades of Spring Bud #ADFA00
Tints of Spring Bud #ADFA00
RGB
CMYK
RGB Variations
Color information
#ADFA00 (or 0xADFA00) is known color: Spring Bud. HEX triplet: AD, FA and 00. RGB value is (173,250,0). Sum of RGB (Red+Green+Blue) = 173+250+0=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFA00 is #5205FF. Grayscale: #C7C7C7. Windows color (decimal): -5375488 or 64173. OLE color: 64173.
HSL color Cylindrical-coordinate representation of color #ADFA00: hue angle of 78.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADFA00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.02 |
| HSL | 78.48º | 1% | 0.49% | - |
| HSV(B) | 78.48º | 1% | 0.98% | - |
| XYZ | 51.42 | 77.26 | 12.2 | - |
| YUV | 198.48 | 15.99 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 0 | 0.31 | 0 | 1 | 0.02 | 78.48 | 1 | 0.49 |
| Hex | AD | FA | 0 | 1F | 0 | 64 | 2 | 4E | 64 | 31 |
| Octal | 255 | 372 | 0 | 37 | 0 | 144 | 2 | 116 | 144 | 61 |
| Binary | 10101101 | 11111010 | 0 | 11111 | 0 | 1100100 | 10 | 1001110 | 1100100 | 110001 |
Color Harmonies of #ADFA00
Complementary color
Monochromatic Colors of #ADFA00
Black with #ADFA00
Text Example
Text Example
White with #ADFA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFA00; }
p { color: rgb(173,250,0); }
H1.HeaderClassName
{
color: #ADFA00;
}
.AnyTagClassName
{
color: #ADFA00;
}
</style>
background-color css
<style>
a { background-color: #ADFA00; }
a { background-color: rgb(173,250,0); }
div.DivClassName
{
background-color: #ADFA00;
}
.BgClassName
{
background-color: #ADFA00;
}
</style>
border-color css
<style>
span { border-color: #ADFA00; }
span { border-color: rgb(173,250,0); }
td.TdClassName
{
border-color: #ADFA00;
}
.TagClassName
{
border-color: #ADFA00;
}
</style>