Shades of Spring Bud #AAFD00
Tints of Spring Bud #AAFD00
RGB
CMYK
RGB Variations
Color information
#AAFD00 (or 0xAAFD00) is known color: Spring Bud. HEX triplet: AA, FD and 00. RGB value is (170,253,0). Sum of RGB (Red+Green+Blue) = 170+253+0=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 253 (99.22% from 255 or 59.81% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD00 is #5502FF. Grayscale: #C8C8C8. Windows color (decimal): -5571328 or 64938. OLE color: 64938.
HSL color Cylindrical-coordinate representation of color #AAFD00: hue angle of 79.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAFD00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.01 |
| HSL | 79.68º | 1% | 0.5% | - |
| HSV(B) | 79.68º | 1% | 0.99% | - |
| XYZ | 51.7 | 78.8 | 12.48 | - |
| YUV | 199.34 | 15.5 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 0 | 0.33 | 0 | 1 | 0.01 | 79.68 | 1 | 0.5 |
| Hex | AA | FD | 0 | 21 | 0 | 64 | 1 | 50 | 64 | 32 |
| Octal | 252 | 375 | 0 | 41 | 0 | 144 | 1 | 120 | 144 | 62 |
| Binary | 10101010 | 11111101 | 0 | 100001 | 0 | 1100100 | 1 | 1010000 | 1100100 | 110010 |
Color Harmonies of #AAFD00
Complementary color
Monochromatic Colors of #AAFD00
Black with #AAFD00
Text Example
Text Example
White with #AAFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD00; }
p { color: rgb(170,253,0); }
H1.HeaderClassName
{
color: #AAFD00;
}
.AnyTagClassName
{
color: #AAFD00;
}
</style>
background-color css
<style>
a { background-color: #AAFD00; }
a { background-color: rgb(170,253,0); }
div.DivClassName
{
background-color: #AAFD00;
}
.BgClassName
{
background-color: #AAFD00;
}
</style>
border-color css
<style>
span { border-color: #AAFD00; }
span { border-color: rgb(170,253,0); }
td.TdClassName
{
border-color: #AAFD00;
}
.TagClassName
{
border-color: #AAFD00;
}
</style>