Shades of Spring Bud #AAFF13
Tints of Spring Bud #AAFF13
RGB
CMYK
RGB Variations
Color information
#AAFF13 (or 0xAAFF13) is known color: Spring Bud. HEX triplet: AA, FF and 13. RGB value is (170,255,19). Sum of RGB (Red+Green+Blue) = 170+255+19=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF13 is #5500EC. Grayscale: #CBCBCB. Windows color (decimal): -5570797 or 1310634. OLE color: 1310634.
HSL color Cylindrical-coordinate representation of color #AAFF13: hue angle of 81.61º 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 #AAFF13 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 19 | - |
| CMYK | 0.33 | 0 | 0.93 | 0 |
| HSL | 81.61º | 1% | 0.54% | - |
| HSV(B) | 81.61º | 0.93% | 1% | - |
| XYZ | 52.46 | 80.11 | 13.31 | - |
| YUV | 202.68 | 24.34 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 19 | 0.33 | 0 | 0.93 | 0 | 81.61 | 1 | 0.54 |
| Hex | AA | FF | 13 | 21 | 0 | 5D | 0 | 52 | 64 | 36 |
| Octal | 252 | 377 | 23 | 41 | 0 | 135 | 0 | 122 | 144 | 66 |
| Binary | 10101010 | 11111111 | 10011 | 100001 | 0 | 1011101 | 0 | 1010010 | 1100100 | 110110 |
Color Harmonies of #AAFF13
Complementary color
Monochromatic Colors of #AAFF13
Black with #AAFF13
Text Example
Text Example
White with #AAFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF13; }
p { color: rgb(170,255,19); }
H1.HeaderClassName
{
color: #AAFF13;
}
.AnyTagClassName
{
color: #AAFF13;
}
</style>
background-color css
<style>
a { background-color: #AAFF13; }
a { background-color: rgb(170,255,19); }
div.DivClassName
{
background-color: #AAFF13;
}
.BgClassName
{
background-color: #AAFF13;
}
</style>
border-color css
<style>
span { border-color: #AAFF13; }
span { border-color: rgb(170,255,19); }
td.TdClassName
{
border-color: #AAFF13;
}
.TagClassName
{
border-color: #AAFF13;
}
</style>