Shades of Spring Bud #AAFC17
Tints of Spring Bud #AAFC17
RGB
CMYK
RGB Variations
Color information
#AAFC17 (or 0xAAFC17) is known color: Spring Bud. HEX triplet: AA, FC and 17. RGB value is (170,252,23). Sum of RGB (Red+Green+Blue) = 170+252+23=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 252 (98.83% from 255 or 56.63% from 445); Blue value is 23 (9.38% from 255 or 5.17% from 445); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC17 is #5503E8. Grayscale: #CACACA. Windows color (decimal): -5571561 or 1572010. OLE color: 1572010.
HSL color Cylindrical-coordinate representation of color #AAFC17: hue angle of 81.48º degrees, saturation: 0.97, 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 #AAFC17 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 23 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.01 |
| HSL | 81.48º | 0.97% | 0.54% | - |
| HSV(B) | 81.48º | 0.91% | 0.99% | - |
| XYZ | 51.54 | 78.23 | 13.19 | - |
| YUV | 201.38 | 27.33 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 23 | 0.33 | 0 | 0.91 | 0.01 | 81.48 | 0.97 | 0.54 |
| Hex | AA | FC | 17 | 21 | 0 | 5B | 1 | 51 | 61 | 36 |
| Octal | 252 | 374 | 27 | 41 | 0 | 133 | 1 | 121 | 141 | 66 |
| Binary | 10101010 | 11111100 | 10111 | 100001 | 0 | 1011011 | 1 | 1010001 | 1100001 | 110110 |
Color Harmonies of #AAFC17
Complementary color
Monochromatic Colors of #AAFC17
Black with #AAFC17
Text Example
Text Example
White with #AAFC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC17; }
p { color: rgb(170,252,23); }
H1.HeaderClassName
{
color: #AAFC17;
}
.AnyTagClassName
{
color: #AAFC17;
}
</style>
background-color css
<style>
a { background-color: #AAFC17; }
a { background-color: rgb(170,252,23); }
div.DivClassName
{
background-color: #AAFC17;
}
.BgClassName
{
background-color: #AAFC17;
}
</style>
border-color css
<style>
span { border-color: #AAFC17; }
span { border-color: rgb(170,252,23); }
td.TdClassName
{
border-color: #AAFC17;
}
.TagClassName
{
border-color: #AAFC17;
}
</style>