Shades of Spring Bud #A6F603
Tints of Spring Bud #A6F603
RGB
CMYK
RGB Variations
Color information
#A6F603 (or 0xA6F603) is known color: Spring Bud. HEX triplet: A6, F6 and 03. RGB value is (166,246,3). Sum of RGB (Red+Green+Blue) = 166+246+3=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 246 (96.48% from 255 or 59.28% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F603 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F603 is #5909FC. Grayscale: #C3C3C3. Windows color (decimal): -5835261 or 259750. OLE color: 259750.
HSL color Cylindrical-coordinate representation of color #A6F603: hue angle of 79.75º 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 #A6F603 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 3 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.04 |
| HSL | 79.75º | 0.98% | 0.49% | - |
| HSV(B) | 79.75º | 0.99% | 0.96% | - |
| XYZ | 48.7 | 74.03 | 11.81 | - |
| YUV | 194.38 | 20 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 3 | 0.33 | 0 | 0.99 | 0.04 | 79.75 | 0.98 | 0.49 |
| Hex | A6 | F6 | 3 | 21 | 0 | 63 | 4 | 50 | 62 | 31 |
| Octal | 246 | 366 | 3 | 41 | 0 | 143 | 4 | 120 | 142 | 61 |
| Binary | 10100110 | 11110110 | 11 | 100001 | 0 | 1100011 | 100 | 1010000 | 1100010 | 110001 |
Color Harmonies of #A6F603
Complementary color
Monochromatic Colors of #A6F603
Black with #A6F603
Text Example
Text Example
White with #A6F603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F603; }
p { color: rgb(166,246,3); }
H1.HeaderClassName
{
color: #A6F603;
}
.AnyTagClassName
{
color: #A6F603;
}
</style>
background-color css
<style>
a { background-color: #A6F603; }
a { background-color: rgb(166,246,3); }
div.DivClassName
{
background-color: #A6F603;
}
.BgClassName
{
background-color: #A6F603;
}
</style>
border-color css
<style>
span { border-color: #A6F603; }
span { border-color: rgb(166,246,3); }
td.TdClassName
{
border-color: #A6F603;
}
.TagClassName
{
border-color: #A6F603;
}
</style>