Shades of Spring Bud #AAFD10
Tints of Spring Bud #AAFD10
RGB
CMYK
RGB Variations
Color information
#AAFD10 (or 0xAAFD10) is known color: Spring Bud. HEX triplet: AA, FD and 10. RGB value is (170,253,16). Sum of RGB (Red+Green+Blue) = 170+253+16=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 253 (99.22% from 255 or 57.63% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD10 is #5502EF. Grayscale: #CACACA. Windows color (decimal): -5571312 or 1113514. OLE color: 1113514.
HSL color Cylindrical-coordinate representation of color #AAFD10: hue angle of 81.01º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAFD10 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 16 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.01 |
| HSL | 81.01º | 0.98% | 0.53% | - |
| HSV(B) | 81.01º | 0.94% | 0.99% | - |
| XYZ | 51.8 | 78.83 | 12.98 | - |
| YUV | 201.17 | 23.5 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 16 | 0.33 | 0 | 0.94 | 0.01 | 81.01 | 0.98 | 0.53 |
| Hex | AA | FD | 10 | 21 | 0 | 5E | 1 | 51 | 62 | 35 |
| Octal | 252 | 375 | 20 | 41 | 0 | 136 | 1 | 121 | 142 | 65 |
| Binary | 10101010 | 11111101 | 10000 | 100001 | 0 | 1011110 | 1 | 1010001 | 1100010 | 110101 |
Color Harmonies of #AAFD10
Complementary color
Monochromatic Colors of #AAFD10
Black with #AAFD10
Text Example
Text Example
White with #AAFD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD10; }
p { color: rgb(170,253,16); }
H1.HeaderClassName
{
color: #AAFD10;
}
.AnyTagClassName
{
color: #AAFD10;
}
</style>
background-color css
<style>
a { background-color: #AAFD10; }
a { background-color: rgb(170,253,16); }
div.DivClassName
{
background-color: #AAFD10;
}
.BgClassName
{
background-color: #AAFD10;
}
</style>
border-color css
<style>
span { border-color: #AAFD10; }
span { border-color: rgb(170,253,16); }
td.TdClassName
{
border-color: #AAFD10;
}
.TagClassName
{
border-color: #AAFD10;
}
</style>