Shades of Spring Bud #A9F700
Tints of Spring Bud #A9F700
RGB
CMYK
RGB Variations
Color information
#A9F700 (or 0xA9F700) is known color: Spring Bud. HEX triplet: A9, F7 and 00. RGB value is (169,247,0). Sum of RGB (Red+Green+Blue) = 169+247+0=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 247 (96.88% from 255 or 59.38% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 247 - color contains mainly: green. Hex color #A9F700 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F700 is #5608FF. Grayscale: #C4C4C4. Windows color (decimal): -5638400 or 63401. OLE color: 63401.
HSL color Cylindrical-coordinate representation of color #A9F700: hue angle of 78.95º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9F700 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 247 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.03 |
| HSL | 78.95º | 1% | 0.48% | - |
| HSV(B) | 78.95º | 1% | 0.97% | - |
| XYZ | 49.62 | 74.96 | 11.85 | - |
| YUV | 195.52 | 17.66 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 247 | 0 | 0.32 | 0 | 1 | 0.03 | 78.95 | 1 | 0.48 |
| Hex | A9 | F7 | 0 | 20 | 0 | 64 | 3 | 4F | 64 | 30 |
| Octal | 251 | 367 | 0 | 40 | 0 | 144 | 3 | 117 | 144 | 60 |
| Binary | 10101001 | 11110111 | 0 | 100000 | 0 | 1100100 | 11 | 1001111 | 1100100 | 110000 |
Color Harmonies of #A9F700
Complementary color
Monochromatic Colors of #A9F700
Black with #A9F700
Text Example
Text Example
White with #A9F700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F700; }
p { color: rgb(169,247,0); }
H1.HeaderClassName
{
color: #A9F700;
}
.AnyTagClassName
{
color: #A9F700;
}
</style>
background-color css
<style>
a { background-color: #A9F700; }
a { background-color: rgb(169,247,0); }
div.DivClassName
{
background-color: #A9F700;
}
.BgClassName
{
background-color: #A9F700;
}
</style>
border-color css
<style>
span { border-color: #A9F700; }
span { border-color: rgb(169,247,0); }
td.TdClassName
{
border-color: #A9F700;
}
.TagClassName
{
border-color: #A9F700;
}
</style>