Shades of Spring Bud #ADFE02
Tints of Spring Bud #ADFE02
RGB
CMYK
RGB Variations
Color information
#ADFE02 (or 0xADFE02) is known color: Spring Bud. HEX triplet: AD, FE and 02. RGB value is (173,254,2). Sum of RGB (Red+Green+Blue) = 173+254+2=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 254 (99.61% from 255 or 59.21% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFE02 is #5201FD. Grayscale: #C9C9C9. Windows color (decimal): -5374462 or 196269. OLE color: 196269.
HSL color Cylindrical-coordinate representation of color #ADFE02: hue angle of 79.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADFE02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.00 |
| HSL | 79.29º | 0.99% | 0.5% | - |
| HSV(B) | 79.29º | 0.99% | 1% | - |
| XYZ | 52.69 | 79.77 | 12.68 | - |
| YUV | 201.05 | 15.66 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 2 | 0.32 | 0 | 0.99 | 0.00 | 79.29 | 0.99 | 0.5 |
| Hex | AD | FE | 2 | 20 | 0 | 63 | 0 | 4F | 63 | 32 |
| Octal | 255 | 376 | 2 | 40 | 0 | 143 | 0 | 117 | 143 | 62 |
| Binary | 10101101 | 11111110 | 10 | 100000 | 0 | 1100011 | 0 | 1001111 | 1100011 | 110010 |
Color Harmonies of #ADFE02
Complementary color
Monochromatic Colors of #ADFE02
Black with #ADFE02
Text Example
Text Example
White with #ADFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE02; }
p { color: rgb(173,254,2); }
H1.HeaderClassName
{
color: #ADFE02;
}
.AnyTagClassName
{
color: #ADFE02;
}
</style>
background-color css
<style>
a { background-color: #ADFE02; }
a { background-color: rgb(173,254,2); }
div.DivClassName
{
background-color: #ADFE02;
}
.BgClassName
{
background-color: #ADFE02;
}
</style>
border-color css
<style>
span { border-color: #ADFE02; }
span { border-color: rgb(173,254,2); }
td.TdClassName
{
border-color: #ADFE02;
}
.TagClassName
{
border-color: #ADFE02;
}
</style>