Shades of Spring Bud #A9FF14
Tints of Spring Bud #A9FF14
RGB
CMYK
RGB Variations
Color information
#A9FF14 (or 0xA9FF14) is known color: Spring Bud. HEX triplet: A9, FF and 14. RGB value is (169,255,20). Sum of RGB (Red+Green+Blue) = 169+255+20=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9FF14 is #5600EB. Grayscale: #CBCBCB. Windows color (decimal): -5636332 or 1376169. OLE color: 1376169.
HSL color Cylindrical-coordinate representation of color #A9FF14: hue angle of 81.96º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9FF14 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 20 | - |
| CMYK | 0.34 | 0 | 0.92 | 0 |
| HSL | 81.96º | 1% | 0.54% | - |
| HSV(B) | 81.96º | 0.92% | 1% | - |
| XYZ | 52.25 | 80.01 | 13.35 | - |
| YUV | 202.5 | 25.01 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 20 | 0.34 | 0 | 0.92 | 0 | 81.96 | 1 | 0.54 |
| Hex | A9 | FF | 14 | 22 | 0 | 5C | 0 | 52 | 64 | 36 |
| Octal | 251 | 377 | 24 | 42 | 0 | 134 | 0 | 122 | 144 | 66 |
| Binary | 10101001 | 11111111 | 10100 | 100010 | 0 | 1011100 | 0 | 1010010 | 1100100 | 110110 |
Color Harmonies of #A9FF14
Complementary color
Monochromatic Colors of #A9FF14
Black with #A9FF14
Text Example
Text Example
White with #A9FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FF14; }
p { color: rgb(169,255,20); }
H1.HeaderClassName
{
color: #A9FF14;
}
.AnyTagClassName
{
color: #A9FF14;
}
</style>
background-color css
<style>
a { background-color: #A9FF14; }
a { background-color: rgb(169,255,20); }
div.DivClassName
{
background-color: #A9FF14;
}
.BgClassName
{
background-color: #A9FF14;
}
</style>
border-color css
<style>
span { border-color: #A9FF14; }
span { border-color: rgb(169,255,20); }
td.TdClassName
{
border-color: #A9FF14;
}
.TagClassName
{
border-color: #A9FF14;
}
</style>