Shades of Spring Bud #AAF510
Tints of Spring Bud #AAF510
RGB
CMYK
RGB Variations
Color information
#AAF510 (or 0xAAF510) is known color: Spring Bud. HEX triplet: AA, F5 and 10. RGB value is (170,245,16). Sum of RGB (Red+Green+Blue) = 170+245+16=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 245 (96.09% from 255 or 56.84% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF510 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF510 is #550AEF. Grayscale: #C5C5C5. Windows color (decimal): -5573360 or 1111466. OLE color: 1111466.
HSL color Cylindrical-coordinate representation of color #AAF510: hue angle of 79.65º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAF510 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 16 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.04 |
| HSL | 79.65º | 0.92% | 0.51% | - |
| HSV(B) | 79.65º | 0.93% | 0.96% | - |
| XYZ | 49.32 | 73.89 | 12.15 | - |
| YUV | 196.47 | 26.15 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 16 | 0.31 | 0 | 0.93 | 0.04 | 79.65 | 0.92 | 0.51 |
| Hex | AA | F5 | 10 | 1F | 0 | 5D | 4 | 50 | 5C | 33 |
| Octal | 252 | 365 | 20 | 37 | 0 | 135 | 4 | 120 | 134 | 63 |
| Binary | 10101010 | 11110101 | 10000 | 11111 | 0 | 1011101 | 100 | 1010000 | 1011100 | 110011 |
Color Harmonies of #AAF510
Complementary color
Monochromatic Colors of #AAF510
Black with #AAF510
Text Example
Text Example
White with #AAF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF510; }
p { color: rgb(170,245,16); }
H1.HeaderClassName
{
color: #AAF510;
}
.AnyTagClassName
{
color: #AAF510;
}
</style>
background-color css
<style>
a { background-color: #AAF510; }
a { background-color: rgb(170,245,16); }
div.DivClassName
{
background-color: #AAF510;
}
.BgClassName
{
background-color: #AAF510;
}
</style>
border-color css
<style>
span { border-color: #AAF510; }
span { border-color: rgb(170,245,16); }
td.TdClassName
{
border-color: #AAF510;
}
.TagClassName
{
border-color: #AAF510;
}
</style>