Shades of Spring Bud #AAFD07
Tints of Spring Bud #AAFD07
RGB
CMYK
RGB Variations
Color information
#AAFD07 (or 0xAAFD07) is known color: Spring Bud. HEX triplet: AA, FD and 07. RGB value is (170,253,7). Sum of RGB (Red+Green+Blue) = 170+253+7=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 253 (99.22% from 255 or 58.84% from 430); Blue value is 7 (3.12% from 255 or 1.63% from 430); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD07 is #5502F8. Grayscale: #C9C9C9. Windows color (decimal): -5571321 or 523690. OLE color: 523690.
HSL color Cylindrical-coordinate representation of color #AAFD07: hue angle of 80.24º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAFD07 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 7 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.01 |
| HSL | 80.24º | 0.98% | 0.51% | - |
| HSV(B) | 80.24º | 0.97% | 0.99% | - |
| XYZ | 51.74 | 78.81 | 12.69 | - |
| YUV | 200.14 | 19 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 7 | 0.33 | 0 | 0.97 | 0.01 | 80.24 | 0.98 | 0.51 |
| Hex | AA | FD | 7 | 21 | 0 | 61 | 1 | 50 | 62 | 33 |
| Octal | 252 | 375 | 7 | 41 | 0 | 141 | 1 | 120 | 142 | 63 |
| Binary | 10101010 | 11111101 | 111 | 100001 | 0 | 1100001 | 1 | 1010000 | 1100010 | 110011 |
Color Harmonies of #AAFD07
Complementary color
Monochromatic Colors of #AAFD07
Black with #AAFD07
Text Example
Text Example
White with #AAFD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD07; }
p { color: rgb(170,253,7); }
H1.HeaderClassName
{
color: #AAFD07;
}
.AnyTagClassName
{
color: #AAFD07;
}
</style>
background-color css
<style>
a { background-color: #AAFD07; }
a { background-color: rgb(170,253,7); }
div.DivClassName
{
background-color: #AAFD07;
}
.BgClassName
{
background-color: #AAFD07;
}
</style>
border-color css
<style>
span { border-color: #AAFD07; }
span { border-color: rgb(170,253,7); }
td.TdClassName
{
border-color: #AAFD07;
}
.TagClassName
{
border-color: #AAFD07;
}
</style>