Shades of Spring Bud #A5FE12
Tints of Spring Bud #A5FE12
RGB
CMYK
RGB Variations
Color information
#A5FE12 (or 0xA5FE12) is known color: Spring Bud. HEX triplet: A5, FE and 12. RGB value is (165,254,18). Sum of RGB (Red+Green+Blue) = 165+254+18=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FE12 is #5A01ED. Grayscale: #C9C9C9. Windows color (decimal): -5898734 or 1244837. OLE color: 1244837.
HSL color Cylindrical-coordinate representation of color #A5FE12: hue angle of 82.63º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5FE12 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 18 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.00 |
| HSL | 82.63º | 0.99% | 0.53% | - |
| HSV(B) | 82.63º | 0.93% | 1% | - |
| XYZ | 51.07 | 78.93 | 13.12 | - |
| YUV | 200.49 | 25.01 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 18 | 0.35 | 0 | 0.93 | 0.00 | 82.63 | 0.99 | 0.53 |
| Hex | A5 | FE | 12 | 23 | 0 | 5D | 0 | 53 | 63 | 35 |
| Octal | 245 | 376 | 22 | 43 | 0 | 135 | 0 | 123 | 143 | 65 |
| Binary | 10100101 | 11111110 | 10010 | 100011 | 0 | 1011101 | 0 | 1010011 | 1100011 | 110101 |
Color Harmonies of #A5FE12
Complementary color
Monochromatic Colors of #A5FE12
Black with #A5FE12
Text Example
Text Example
White with #A5FE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FE12; }
p { color: rgb(165,254,18); }
H1.HeaderClassName
{
color: #A5FE12;
}
.AnyTagClassName
{
color: #A5FE12;
}
</style>
background-color css
<style>
a { background-color: #A5FE12; }
a { background-color: rgb(165,254,18); }
div.DivClassName
{
background-color: #A5FE12;
}
.BgClassName
{
background-color: #A5FE12;
}
</style>
border-color css
<style>
span { border-color: #A5FE12; }
span { border-color: rgb(165,254,18); }
td.TdClassName
{
border-color: #A5FE12;
}
.TagClassName
{
border-color: #A5FE12;
}
</style>