Shades of Spring Bud #AAFF12
Tints of Spring Bud #AAFF12
RGB
CMYK
RGB Variations
Color information
#AAFF12 (or 0xAAFF12) is known color: Spring Bud. HEX triplet: AA, FF and 12. RGB value is (170,255,18). Sum of RGB (Red+Green+Blue) = 170+255+18=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF12 is #5500ED. Grayscale: #CBCBCB. Windows color (decimal): -5570798 or 1245098. OLE color: 1245098.
HSL color Cylindrical-coordinate representation of color #AAFF12: hue angle of 81.52º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAFF12 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 18 | - |
| CMYK | 0.33 | 0 | 0.93 | 0 |
| HSL | 81.52º | 1% | 0.54% | - |
| HSV(B) | 81.52º | 0.93% | 1% | - |
| XYZ | 52.45 | 80.11 | 13.27 | - |
| YUV | 202.57 | 23.84 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 18 | 0.33 | 0 | 0.93 | 0 | 81.52 | 1 | 0.54 |
| Hex | AA | FF | 12 | 21 | 0 | 5D | 0 | 52 | 64 | 36 |
| Octal | 252 | 377 | 22 | 41 | 0 | 135 | 0 | 122 | 144 | 66 |
| Binary | 10101010 | 11111111 | 10010 | 100001 | 0 | 1011101 | 0 | 1010010 | 1100100 | 110110 |
Color Harmonies of #AAFF12
Complementary color
Monochromatic Colors of #AAFF12
Black with #AAFF12
Text Example
Text Example
White with #AAFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF12; }
p { color: rgb(170,255,18); }
H1.HeaderClassName
{
color: #AAFF12;
}
.AnyTagClassName
{
color: #AAFF12;
}
</style>
background-color css
<style>
a { background-color: #AAFF12; }
a { background-color: rgb(170,255,18); }
div.DivClassName
{
background-color: #AAFF12;
}
.BgClassName
{
background-color: #AAFF12;
}
</style>
border-color css
<style>
span { border-color: #AAFF12; }
span { border-color: rgb(170,255,18); }
td.TdClassName
{
border-color: #AAFF12;
}
.TagClassName
{
border-color: #AAFF12;
}
</style>