Shades of Spring Bud #A5F902
Tints of Spring Bud #A5F902
RGB
CMYK
RGB Variations
Color information
#A5F902 (or 0xA5F902) is known color: Spring Bud. HEX triplet: A5, F9 and 02. RGB value is (165,249,2). Sum of RGB (Red+Green+Blue) = 165+249+2=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 249 (97.66% from 255 or 59.86% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F902 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F902 is #5A06FD. Grayscale: #C4C4C4. Windows color (decimal): -5900030 or 194981. OLE color: 194981.
HSL color Cylindrical-coordinate representation of color #A5F902: hue angle of 80.4º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5F902 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 249 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.02 |
| HSL | 80.4º | 0.98% | 0.49% | - |
| HSV(B) | 80.4º | 0.99% | 0.98% | - |
| XYZ | 49.4 | 75.76 | 12.08 | - |
| YUV | 195.73 | 18.67 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 249 | 2 | 0.34 | 0 | 0.99 | 0.02 | 80.4 | 0.98 | 0.49 |
| Hex | A5 | F9 | 2 | 22 | 0 | 63 | 2 | 50 | 62 | 31 |
| Octal | 245 | 371 | 2 | 42 | 0 | 143 | 2 | 120 | 142 | 61 |
| Binary | 10100101 | 11111001 | 10 | 100010 | 0 | 1100011 | 10 | 1010000 | 1100010 | 110001 |
Color Harmonies of #A5F902
Complementary color
Monochromatic Colors of #A5F902
Black with #A5F902
Text Example
Text Example
White with #A5F902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F902; }
p { color: rgb(165,249,2); }
H1.HeaderClassName
{
color: #A5F902;
}
.AnyTagClassName
{
color: #A5F902;
}
</style>
background-color css
<style>
a { background-color: #A5F902; }
a { background-color: rgb(165,249,2); }
div.DivClassName
{
background-color: #A5F902;
}
.BgClassName
{
background-color: #A5F902;
}
</style>
border-color css
<style>
span { border-color: #A5F902; }
span { border-color: rgb(165,249,2); }
td.TdClassName
{
border-color: #A5F902;
}
.TagClassName
{
border-color: #A5F902;
}
</style>