Shades of Spring Bud #A5F90B
Tints of Spring Bud #A5F90B
RGB
CMYK
RGB Variations
Color information
#A5F90B (or 0xA5F90B) is known color: Spring Bud. HEX triplet: A5, F9 and 0B. RGB value is (165,249,11). Sum of RGB (Red+Green+Blue) = 165+249+11=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F90B is #5A06F4. Grayscale: #C5C5C5. Windows color (decimal): -5900021 or 784805. OLE color: 784805.
HSL color Cylindrical-coordinate representation of color #A5F90B: hue angle of 81.18º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5F90B is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 249 | 11 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.02 |
| HSL | 81.18º | 0.95% | 0.51% | - |
| HSV(B) | 81.18º | 0.96% | 0.98% | - |
| XYZ | 49.45 | 75.77 | 12.34 | - |
| YUV | 196.75 | 23.17 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 249 | 11 | 0.34 | 0 | 0.96 | 0.02 | 81.18 | 0.95 | 0.51 |
| Hex | A5 | F9 | B | 22 | 0 | 60 | 2 | 51 | 5F | 33 |
| Octal | 245 | 371 | 13 | 42 | 0 | 140 | 2 | 121 | 137 | 63 |
| Binary | 10100101 | 11111001 | 1011 | 100010 | 0 | 1100000 | 10 | 1010001 | 1011111 | 110011 |
Color Harmonies of #A5F90B
Complementary color
Monochromatic Colors of #A5F90B
Black with #A5F90B
Text Example
Text Example
White with #A5F90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F90B; }
p { color: rgb(165,249,11); }
H1.HeaderClassName
{
color: #A5F90B;
}
.AnyTagClassName
{
color: #A5F90B;
}
</style>
background-color css
<style>
a { background-color: #A5F90B; }
a { background-color: rgb(165,249,11); }
div.DivClassName
{
background-color: #A5F90B;
}
.BgClassName
{
background-color: #A5F90B;
}
</style>
border-color css
<style>
span { border-color: #A5F90B; }
span { border-color: rgb(165,249,11); }
td.TdClassName
{
border-color: #A5F90B;
}
.TagClassName
{
border-color: #A5F90B;
}
</style>