Shades of Spring Bud #AAFD02
Tints of Spring Bud #AAFD02
RGB
CMYK
RGB Variations
Color information
#AAFD02 (or 0xAAFD02) is known color: Spring Bud. HEX triplet: AA, FD and 02. RGB value is (170,253,2). Sum of RGB (Red+Green+Blue) = 170+253+2=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 253 (99.22% from 255 or 59.53% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD02 is #5502FD. Grayscale: #C8C8C8. Windows color (decimal): -5571326 or 196010. OLE color: 196010.
HSL color Cylindrical-coordinate representation of color #AAFD02: hue angle of 79.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAFD02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.01 |
| HSL | 79.84º | 0.98% | 0.5% | - |
| HSV(B) | 79.84º | 0.99% | 0.99% | - |
| XYZ | 51.71 | 78.8 | 12.54 | - |
| YUV | 199.57 | 16.5 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 2 | 0.33 | 0 | 0.99 | 0.01 | 79.84 | 0.98 | 0.5 |
| Hex | AA | FD | 2 | 21 | 0 | 63 | 1 | 50 | 62 | 32 |
| Octal | 252 | 375 | 2 | 41 | 0 | 143 | 1 | 120 | 142 | 62 |
| Binary | 10101010 | 11111101 | 10 | 100001 | 0 | 1100011 | 1 | 1010000 | 1100010 | 110010 |
Color Harmonies of #AAFD02
Complementary color
Monochromatic Colors of #AAFD02
Black with #AAFD02
Text Example
Text Example
White with #AAFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD02; }
p { color: rgb(170,253,2); }
H1.HeaderClassName
{
color: #AAFD02;
}
.AnyTagClassName
{
color: #AAFD02;
}
</style>
background-color css
<style>
a { background-color: #AAFD02; }
a { background-color: rgb(170,253,2); }
div.DivClassName
{
background-color: #AAFD02;
}
.BgClassName
{
background-color: #AAFD02;
}
</style>
border-color css
<style>
span { border-color: #AAFD02; }
span { border-color: rgb(170,253,2); }
td.TdClassName
{
border-color: #AAFD02;
}
.TagClassName
{
border-color: #AAFD02;
}
</style>