Shades of Spring Bud #A9F602
Tints of Spring Bud #A9F602
RGB
CMYK
RGB Variations
Color information
#A9F602 (or 0xA9F602) is known color: Spring Bud. HEX triplet: A9, F6 and 02. RGB value is (169,246,2). Sum of RGB (Red+Green+Blue) = 169+246+2=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 246 (96.48% from 255 or 58.99% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 246 - color contains mainly: green. Hex color #A9F602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F602 is #5609FD. Grayscale: #C4C4C4. Windows color (decimal): -5638654 or 194217. OLE color: 194217.
HSL color Cylindrical-coordinate representation of color #A9F602: hue angle of 78.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9F602 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 246 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.04 |
| HSL | 78.93º | 0.98% | 0.49% | - |
| HSV(B) | 78.93º | 0.99% | 0.96% | - |
| XYZ | 49.33 | 74.35 | 11.81 | - |
| YUV | 195.16 | 18.99 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 246 | 2 | 0.31 | 0 | 0.99 | 0.04 | 78.93 | 0.98 | 0.49 |
| Hex | A9 | F6 | 2 | 1F | 0 | 63 | 4 | 4F | 62 | 31 |
| Octal | 251 | 366 | 2 | 37 | 0 | 143 | 4 | 117 | 142 | 61 |
| Binary | 10101001 | 11110110 | 10 | 11111 | 0 | 1100011 | 100 | 1001111 | 1100010 | 110001 |
Color Harmonies of #A9F602
Complementary color
Monochromatic Colors of #A9F602
Black with #A9F602
Text Example
Text Example
White with #A9F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F602; }
p { color: rgb(169,246,2); }
H1.HeaderClassName
{
color: #A9F602;
}
.AnyTagClassName
{
color: #A9F602;
}
</style>
background-color css
<style>
a { background-color: #A9F602; }
a { background-color: rgb(169,246,2); }
div.DivClassName
{
background-color: #A9F602;
}
.BgClassName
{
background-color: #A9F602;
}
</style>
border-color css
<style>
span { border-color: #A9F602; }
span { border-color: rgb(169,246,2); }
td.TdClassName
{
border-color: #A9F602;
}
.TagClassName
{
border-color: #A9F602;
}
</style>