Shades of Spring Bud #ADF902
Tints of Spring Bud #ADF902
RGB
CMYK
RGB Variations
Color information
#ADF902 (or 0xADF902) is known color: Spring Bud. HEX triplet: AD, F9 and 02. RGB value is (173,249,2). Sum of RGB (Red+Green+Blue) = 173+249+2=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 249 (97.66% from 255 or 58.73% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF902 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF902 is #5206FD. Grayscale: #C7C7C7. Windows color (decimal): -5375742 or 194989. OLE color: 194989.
HSL color Cylindrical-coordinate representation of color #ADF902: hue angle of 78.46º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADF902 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.02 |
| HSL | 78.46º | 0.98% | 0.49% | - |
| HSV(B) | 78.46º | 0.99% | 0.98% | - |
| XYZ | 51.12 | 76.64 | 12.16 | - |
| YUV | 198.12 | 17.32 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 2 | 0.31 | 0 | 0.99 | 0.02 | 78.46 | 0.98 | 0.49 |
| Hex | AD | F9 | 2 | 1F | 0 | 63 | 2 | 4E | 62 | 31 |
| Octal | 255 | 371 | 2 | 37 | 0 | 143 | 2 | 116 | 142 | 61 |
| Binary | 10101101 | 11111001 | 10 | 11111 | 0 | 1100011 | 10 | 1001110 | 1100010 | 110001 |
Color Harmonies of #ADF902
Complementary color
Monochromatic Colors of #ADF902
Black with #ADF902
Text Example
Text Example
White with #ADF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF902; }
p { color: rgb(173,249,2); }
H1.HeaderClassName
{
color: #ADF902;
}
.AnyTagClassName
{
color: #ADF902;
}
</style>
background-color css
<style>
a { background-color: #ADF902; }
a { background-color: rgb(173,249,2); }
div.DivClassName
{
background-color: #ADF902;
}
.BgClassName
{
background-color: #ADF902;
}
</style>
border-color css
<style>
span { border-color: #ADF902; }
span { border-color: rgb(173,249,2); }
td.TdClassName
{
border-color: #ADF902;
}
.TagClassName
{
border-color: #ADF902;
}
</style>