Shades of Spring Bud #ADEF01
Tints of Spring Bud #ADEF01
RGB
CMYK
RGB Variations
Color information
#ADEF01 (or 0xADEF01) is known color: Spring Bud. HEX triplet: AD, EF and 01. RGB value is (173,239,1). Sum of RGB (Red+Green+Blue) = 173+239+1=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEF01 is #5210FE. Grayscale: #C1C1C1. Windows color (decimal): -5378303 or 126893. OLE color: 126893.
HSL color Cylindrical-coordinate representation of color #ADEF01: hue angle of 76.64º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADEF01 is Cyan = 0.28, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 1 | - |
| CMYK | 0.28 | 0 | 1.00 | 0.06 |
| HSL | 76.64º | 0.99% | 0.47% | - |
| HSV(B) | 76.64º | 1% | 0.94% | - |
| XYZ | 48.11 | 70.62 | 11.12 | - |
| YUV | 192.13 | 20.13 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 1 | 0.28 | 0 | 1.00 | 0.06 | 76.64 | 0.99 | 0.47 |
| Hex | AD | EF | 1 | 1C | 0 | 64 | 6 | 4D | 63 | 2F |
| Octal | 255 | 357 | 1 | 34 | 0 | 144 | 6 | 115 | 143 | 57 |
| Binary | 10101101 | 11101111 | 1 | 11100 | 0 | 1100100 | 110 | 1001101 | 1100011 | 101111 |
Color Harmonies of #ADEF01
Complementary color
Monochromatic Colors of #ADEF01
Black with #ADEF01
Text Example
Text Example
White with #ADEF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF01; }
p { color: rgb(173,239,1); }
H1.HeaderClassName
{
color: #ADEF01;
}
.AnyTagClassName
{
color: #ADEF01;
}
</style>
background-color css
<style>
a { background-color: #ADEF01; }
a { background-color: rgb(173,239,1); }
div.DivClassName
{
background-color: #ADEF01;
}
.BgClassName
{
background-color: #ADEF01;
}
</style>
border-color css
<style>
span { border-color: #ADEF01; }
span { border-color: rgb(173,239,1); }
td.TdClassName
{
border-color: #ADEF01;
}
.TagClassName
{
border-color: #ADEF01;
}
</style>