Shades of Spring Bud #AAFF14
Tints of Spring Bud #AAFF14
RGB
CMYK
RGB Variations
Color information
#AAFF14 (or 0xAAFF14) is known color: Spring Bud. HEX triplet: AA, FF and 14. RGB value is (170,255,20). Sum of RGB (Red+Green+Blue) = 170+255+20=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF14 is #5500EB. Grayscale: #CBCBCB. Windows color (decimal): -5570796 or 1376170. OLE color: 1376170.
HSL color Cylindrical-coordinate representation of color #AAFF14: hue angle of 81.7º 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 #AAFF14 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 20 | - |
| CMYK | 0.33 | 0 | 0.92 | 0 |
| HSL | 81.7º | 1% | 0.54% | - |
| HSV(B) | 81.7º | 0.92% | 1% | - |
| XYZ | 52.46 | 80.12 | 13.36 | - |
| YUV | 202.8 | 24.84 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 20 | 0.33 | 0 | 0.92 | 0 | 81.7 | 1 | 0.54 |
| Hex | AA | FF | 14 | 21 | 0 | 5C | 0 | 52 | 64 | 36 |
| Octal | 252 | 377 | 24 | 41 | 0 | 134 | 0 | 122 | 144 | 66 |
| Binary | 10101010 | 11111111 | 10100 | 100001 | 0 | 1011100 | 0 | 1010010 | 1100100 | 110110 |
Color Harmonies of #AAFF14
Complementary color
Monochromatic Colors of #AAFF14
Black with #AAFF14
Text Example
Text Example
White with #AAFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF14; }
p { color: rgb(170,255,20); }
H1.HeaderClassName
{
color: #AAFF14;
}
.AnyTagClassName
{
color: #AAFF14;
}
</style>
background-color css
<style>
a { background-color: #AAFF14; }
a { background-color: rgb(170,255,20); }
div.DivClassName
{
background-color: #AAFF14;
}
.BgClassName
{
background-color: #AAFF14;
}
</style>
border-color css
<style>
span { border-color: #AAFF14; }
span { border-color: rgb(170,255,20); }
td.TdClassName
{
border-color: #AAFF14;
}
.TagClassName
{
border-color: #AAFF14;
}
</style>