Shades of Spring Bud #ADF40A
Tints of Spring Bud #ADF40A
RGB
CMYK
RGB Variations
Color information
#ADF40A (or 0xADF40A) is known color: Spring Bud. HEX triplet: AD, F4 and 0A. RGB value is (173,244,10). Sum of RGB (Red+Green+Blue) = 173+244+10=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF40A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF40A is #520BF5. Grayscale: #C4C4C4. Windows color (decimal): -5377014 or 717997. OLE color: 717997.
HSL color Cylindrical-coordinate representation of color #ADF40A: hue angle of 78.21º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADF40A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 10 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.04 |
| HSL | 78.21º | 0.92% | 0.5% | - |
| HSV(B) | 78.21º | 0.96% | 0.96% | - |
| XYZ | 49.64 | 73.61 | 11.88 | - |
| YUV | 196.1 | 22.98 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 10 | 0.29 | 0 | 0.96 | 0.04 | 78.21 | 0.92 | 0.5 |
| Hex | AD | F4 | A | 1D | 0 | 60 | 4 | 4E | 5C | 32 |
| Octal | 255 | 364 | 12 | 35 | 0 | 140 | 4 | 116 | 134 | 62 |
| Binary | 10101101 | 11110100 | 1010 | 11101 | 0 | 1100000 | 100 | 1001110 | 1011100 | 110010 |
Color Harmonies of #ADF40A
Complementary color
Monochromatic Colors of #ADF40A
Black with #ADF40A
Text Example
Text Example
White with #ADF40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF40A; }
p { color: rgb(173,244,10); }
H1.HeaderClassName
{
color: #ADF40A;
}
.AnyTagClassName
{
color: #ADF40A;
}
</style>
background-color css
<style>
a { background-color: #ADF40A; }
a { background-color: rgb(173,244,10); }
div.DivClassName
{
background-color: #ADF40A;
}
.BgClassName
{
background-color: #ADF40A;
}
</style>
border-color css
<style>
span { border-color: #ADF40A; }
span { border-color: rgb(173,244,10); }
td.TdClassName
{
border-color: #ADF40A;
}
.TagClassName
{
border-color: #ADF40A;
}
</style>