Shades of Spring Bud #AAFF01
Tints of Spring Bud #AAFF01
RGB
CMYK
RGB Variations
Color information
#AAFF01 (or 0xAAFF01) is known color: Spring Bud. HEX triplet: AA, FF and 01. RGB value is (170,255,1). Sum of RGB (Red+Green+Blue) = 170+255+1=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF01 is #5500FE. Grayscale: #C9C9C9. Windows color (decimal): -5570815 or 130986. OLE color: 130986.
HSL color Cylindrical-coordinate representation of color #AAFF01: hue angle of 80.08º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAFF01 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 1 | - |
| CMYK | 0.33 | 0 | 1.00 | 0 |
| HSL | 80.08º | 1% | 0.5% | - |
| HSV(B) | 80.08º | 1% | 1% | - |
| XYZ | 52.34 | 80.07 | 12.72 | - |
| YUV | 200.63 | 15.34 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 1 | 0.33 | 0 | 1.00 | 0 | 80.08 | 1 | 0.5 |
| Hex | AA | FF | 1 | 21 | 0 | 64 | 0 | 50 | 64 | 32 |
| Octal | 252 | 377 | 1 | 41 | 0 | 144 | 0 | 120 | 144 | 62 |
| Binary | 10101010 | 11111111 | 1 | 100001 | 0 | 1100100 | 0 | 1010000 | 1100100 | 110010 |
Color Harmonies of #AAFF01
Complementary color
Monochromatic Colors of #AAFF01
Black with #AAFF01
Text Example
Text Example
White with #AAFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF01; }
p { color: rgb(170,255,1); }
H1.HeaderClassName
{
color: #AAFF01;
}
.AnyTagClassName
{
color: #AAFF01;
}
</style>
background-color css
<style>
a { background-color: #AAFF01; }
a { background-color: rgb(170,255,1); }
div.DivClassName
{
background-color: #AAFF01;
}
.BgClassName
{
background-color: #AAFF01;
}
</style>
border-color css
<style>
span { border-color: #AAFF01; }
span { border-color: rgb(170,255,1); }
td.TdClassName
{
border-color: #AAFF01;
}
.TagClassName
{
border-color: #AAFF01;
}
</style>