Shades of Spring Bud #ADF712
Tints of Spring Bud #ADF712
RGB
CMYK
RGB Variations
Color information
#ADF712 (or 0xADF712) is known color: Spring Bud. HEX triplet: AD, F7 and 12. RGB value is (173,247,18). Sum of RGB (Red+Green+Blue) = 173+247+18=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF712 is #5208ED. Grayscale: #C7C7C7. Windows color (decimal): -5376238 or 1243053. OLE color: 1243053.
HSL color Cylindrical-coordinate representation of color #ADF712: hue angle of 79.39º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADF712 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 18 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.03 |
| HSL | 79.39º | 0.93% | 0.52% | - |
| HSV(B) | 79.39º | 0.93% | 0.97% | - |
| XYZ | 50.6 | 75.45 | 12.47 | - |
| YUV | 198.77 | 25.98 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 18 | 0.30 | 0 | 0.93 | 0.03 | 79.39 | 0.93 | 0.52 |
| Hex | AD | F7 | 12 | 1E | 0 | 5D | 3 | 4F | 5D | 34 |
| Octal | 255 | 367 | 22 | 36 | 0 | 135 | 3 | 117 | 135 | 64 |
| Binary | 10101101 | 11110111 | 10010 | 11110 | 0 | 1011101 | 11 | 1001111 | 1011101 | 110100 |
Color Harmonies of #ADF712
Complementary color
Monochromatic Colors of #ADF712
Black with #ADF712
Text Example
Text Example
White with #ADF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF712; }
p { color: rgb(173,247,18); }
H1.HeaderClassName
{
color: #ADF712;
}
.AnyTagClassName
{
color: #ADF712;
}
</style>
background-color css
<style>
a { background-color: #ADF712; }
a { background-color: rgb(173,247,18); }
div.DivClassName
{
background-color: #ADF712;
}
.BgClassName
{
background-color: #ADF712;
}
</style>
border-color css
<style>
span { border-color: #ADF712; }
span { border-color: rgb(173,247,18); }
td.TdClassName
{
border-color: #ADF712;
}
.TagClassName
{
border-color: #ADF712;
}
</style>