Shades of Spring Bud #AAFF16
Tints of Spring Bud #AAFF16
RGB
CMYK
RGB Variations
Color information
#AAFF16 (or 0xAAFF16) is known color: Spring Bud. HEX triplet: AA, FF and 16. RGB value is (170,255,22). Sum of RGB (Red+Green+Blue) = 170+255+22=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF16 is #5500E9. Grayscale: #CBCBCB. Windows color (decimal): -5570794 or 1507242. OLE color: 1507242.
HSL color Cylindrical-coordinate representation of color #AAFF16: hue angle of 81.89º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAFF16 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 22 | - |
| CMYK | 0.33 | 0 | 0.91 | 0 |
| HSL | 81.89º | 1% | 0.54% | - |
| HSV(B) | 81.89º | 0.91% | 1% | - |
| XYZ | 52.48 | 80.12 | 13.46 | - |
| YUV | 203.02 | 25.84 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 22 | 0.33 | 0 | 0.91 | 0 | 81.89 | 1 | 0.54 |
| Hex | AA | FF | 16 | 21 | 0 | 5B | 0 | 52 | 64 | 36 |
| Octal | 252 | 377 | 26 | 41 | 0 | 133 | 0 | 122 | 144 | 66 |
| Binary | 10101010 | 11111111 | 10110 | 100001 | 0 | 1011011 | 0 | 1010010 | 1100100 | 110110 |
Color Harmonies of #AAFF16
Complementary color
Monochromatic Colors of #AAFF16
Black with #AAFF16
Text Example
Text Example
White with #AAFF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF16; }
p { color: rgb(170,255,22); }
H1.HeaderClassName
{
color: #AAFF16;
}
.AnyTagClassName
{
color: #AAFF16;
}
</style>
background-color css
<style>
a { background-color: #AAFF16; }
a { background-color: rgb(170,255,22); }
div.DivClassName
{
background-color: #AAFF16;
}
.BgClassName
{
background-color: #AAFF16;
}
</style>
border-color css
<style>
span { border-color: #AAFF16; }
span { border-color: rgb(170,255,22); }
td.TdClassName
{
border-color: #AAFF16;
}
.TagClassName
{
border-color: #AAFF16;
}
</style>