Shades of Spring Bud #AAFD17
Tints of Spring Bud #AAFD17
RGB
CMYK
RGB Variations
Color information
#AAFD17 (or 0xAAFD17) is known color: Spring Bud. HEX triplet: AA, FD and 17. RGB value is (170,253,23). Sum of RGB (Red+Green+Blue) = 170+253+23=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 253 (99.22% from 255 or 56.73% from 446); Blue value is 23 (9.38% from 255 or 5.16% from 446); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD17 is #5502E8. Grayscale: #CACACA. Windows color (decimal): -5571305 or 1572266. OLE color: 1572266.
HSL color Cylindrical-coordinate representation of color #AAFD17: hue angle of 81.65º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAFD17 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 23 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.01 |
| HSL | 81.65º | 0.98% | 0.54% | - |
| HSV(B) | 81.65º | 0.91% | 0.99% | - |
| XYZ | 51.86 | 78.86 | 13.3 | - |
| YUV | 201.96 | 27 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 23 | 0.33 | 0 | 0.91 | 0.01 | 81.65 | 0.98 | 0.54 |
| Hex | AA | FD | 17 | 21 | 0 | 5B | 1 | 52 | 62 | 36 |
| Octal | 252 | 375 | 27 | 41 | 0 | 133 | 1 | 122 | 142 | 66 |
| Binary | 10101010 | 11111101 | 10111 | 100001 | 0 | 1011011 | 1 | 1010010 | 1100010 | 110110 |
Color Harmonies of #AAFD17
Complementary color
Monochromatic Colors of #AAFD17
Black with #AAFD17
Text Example
Text Example
White with #AAFD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD17; }
p { color: rgb(170,253,23); }
H1.HeaderClassName
{
color: #AAFD17;
}
.AnyTagClassName
{
color: #AAFD17;
}
</style>
background-color css
<style>
a { background-color: #AAFD17; }
a { background-color: rgb(170,253,23); }
div.DivClassName
{
background-color: #AAFD17;
}
.BgClassName
{
background-color: #AAFD17;
}
</style>
border-color css
<style>
span { border-color: #AAFD17; }
span { border-color: rgb(170,253,23); }
td.TdClassName
{
border-color: #AAFD17;
}
.TagClassName
{
border-color: #AAFD17;
}
</style>