Shades of Spring Bud #ADF30A
Tints of Spring Bud #ADF30A
RGB
CMYK
RGB Variations
Color information
#ADF30A (or 0xADF30A) is known color: Spring Bud. HEX triplet: AD, F3 and 0A. RGB value is (173,243,10). Sum of RGB (Red+Green+Blue) = 173+243+10=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 243 (95.31% from 255 or 57.04% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF30A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF30A is #520CF5. Grayscale: #C4C4C4. Windows color (decimal): -5377270 or 717741. OLE color: 717741.
HSL color Cylindrical-coordinate representation of color #ADF30A: hue angle of 78.03º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADF30A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 10 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.05 |
| HSL | 78.03º | 0.92% | 0.5% | - |
| HSV(B) | 78.03º | 0.96% | 0.95% | - |
| XYZ | 49.34 | 73.01 | 11.78 | - |
| YUV | 195.51 | 23.31 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 10 | 0.29 | 0 | 0.96 | 0.05 | 78.03 | 0.92 | 0.5 |
| Hex | AD | F3 | A | 1D | 0 | 60 | 5 | 4E | 5C | 32 |
| Octal | 255 | 363 | 12 | 35 | 0 | 140 | 5 | 116 | 134 | 62 |
| Binary | 10101101 | 11110011 | 1010 | 11101 | 0 | 1100000 | 101 | 1001110 | 1011100 | 110010 |
Color Harmonies of #ADF30A
Complementary color
Monochromatic Colors of #ADF30A
Black with #ADF30A
Text Example
Text Example
White with #ADF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF30A; }
p { color: rgb(173,243,10); }
H1.HeaderClassName
{
color: #ADF30A;
}
.AnyTagClassName
{
color: #ADF30A;
}
</style>
background-color css
<style>
a { background-color: #ADF30A; }
a { background-color: rgb(173,243,10); }
div.DivClassName
{
background-color: #ADF30A;
}
.BgClassName
{
background-color: #ADF30A;
}
</style>
border-color css
<style>
span { border-color: #ADF30A; }
span { border-color: rgb(173,243,10); }
td.TdClassName
{
border-color: #ADF30A;
}
.TagClassName
{
border-color: #ADF30A;
}
</style>