Shades of Spring Bud #A5ED01
Tints of Spring Bud #A5ED01
RGB
CMYK
RGB Variations
Color information
#A5ED01 (or 0xA5ED01) is known color: Spring Bud. HEX triplet: A5, ED and 01. RGB value is (165,237,1). Sum of RGB (Red+Green+Blue) = 165+237+1=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 237 (92.97% from 255 or 58.81% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5ED01 is #5A12FE. Grayscale: #BDBDBD. Windows color (decimal): -5903103 or 126373. OLE color: 126373.
HSL color Cylindrical-coordinate representation of color #A5ED01: hue angle of 78.31º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5ED01 is Cyan = 0.30, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 237 | 1 | - |
| CMYK | 0.30 | 0 | 1.00 | 0.07 |
| HSL | 78.31º | 0.99% | 0.47% | - |
| HSV(B) | 78.31º | 1% | 0.93% | - |
| XYZ | 45.81 | 68.57 | 10.85 | - |
| YUV | 188.57 | 22.15 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 1 | 0.30 | 0 | 1.00 | 0.07 | 78.31 | 0.99 | 0.47 |
| Hex | A5 | ED | 1 | 1E | 0 | 64 | 7 | 4E | 63 | 2F |
| Octal | 245 | 355 | 1 | 36 | 0 | 144 | 7 | 116 | 143 | 57 |
| Binary | 10100101 | 11101101 | 1 | 11110 | 0 | 1100100 | 111 | 1001110 | 1100011 | 101111 |
Color Harmonies of #A5ED01
Complementary color
Monochromatic Colors of #A5ED01
Black with #A5ED01
Text Example
Text Example
White with #A5ED01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ED01; }
p { color: rgb(165,237,1); }
H1.HeaderClassName
{
color: #A5ED01;
}
.AnyTagClassName
{
color: #A5ED01;
}
</style>
background-color css
<style>
a { background-color: #A5ED01; }
a { background-color: rgb(165,237,1); }
div.DivClassName
{
background-color: #A5ED01;
}
.BgClassName
{
background-color: #A5ED01;
}
</style>
border-color css
<style>
span { border-color: #A5ED01; }
span { border-color: rgb(165,237,1); }
td.TdClassName
{
border-color: #A5ED01;
}
.TagClassName
{
border-color: #A5ED01;
}
</style>