Shades of Spring Bud #AAFA01
Tints of Spring Bud #AAFA01
RGB
CMYK
RGB Variations
Color information
#AAFA01 (or 0xAAFA01) is known color: Spring Bud. HEX triplet: AA, FA and 01. RGB value is (170,250,1). Sum of RGB (Red+Green+Blue) = 170+250+1=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFA01 is #5505FE. Grayscale: #C6C6C6. Windows color (decimal): -5572095 or 129706. OLE color: 129706.
HSL color Cylindrical-coordinate representation of color #AAFA01: hue angle of 79.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAFA01 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 1 | - |
| CMYK | 0.32 | 0 | 1.00 | 0.02 |
| HSL | 79.28º | 0.99% | 0.49% | - |
| HSV(B) | 79.28º | 1% | 0.98% | - |
| XYZ | 50.77 | 76.92 | 12.2 | - |
| YUV | 197.69 | 17 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 1 | 0.32 | 0 | 1.00 | 0.02 | 79.28 | 0.99 | 0.49 |
| Hex | AA | FA | 1 | 20 | 0 | 64 | 2 | 4F | 63 | 31 |
| Octal | 252 | 372 | 1 | 40 | 0 | 144 | 2 | 117 | 143 | 61 |
| Binary | 10101010 | 11111010 | 1 | 100000 | 0 | 1100100 | 10 | 1001111 | 1100011 | 110001 |
Color Harmonies of #AAFA01
Complementary color
Monochromatic Colors of #AAFA01
Black with #AAFA01
Text Example
Text Example
White with #AAFA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA01; }
p { color: rgb(170,250,1); }
H1.HeaderClassName
{
color: #AAFA01;
}
.AnyTagClassName
{
color: #AAFA01;
}
</style>
background-color css
<style>
a { background-color: #AAFA01; }
a { background-color: rgb(170,250,1); }
div.DivClassName
{
background-color: #AAFA01;
}
.BgClassName
{
background-color: #AAFA01;
}
</style>
border-color css
<style>
span { border-color: #AAFA01; }
span { border-color: rgb(170,250,1); }
td.TdClassName
{
border-color: #AAFA01;
}
.TagClassName
{
border-color: #AAFA01;
}
</style>