Shades of Spring Bud #AAF512
Tints of Spring Bud #AAF512
RGB
CMYK
RGB Variations
Color information
#AAF512 (or 0xAAF512) is known color: Spring Bud. HEX triplet: AA, F5 and 12. RGB value is (170,245,18). Sum of RGB (Red+Green+Blue) = 170+245+18=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 245 (96.09% from 255 or 56.58% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF512 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF512 is #550AED. Grayscale: #C5C5C5. Windows color (decimal): -5573358 or 1242538. OLE color: 1242538.
HSL color Cylindrical-coordinate representation of color #AAF512: hue angle of 79.82º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAF512 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 18 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.04 |
| HSL | 79.82º | 0.92% | 0.52% | - |
| HSV(B) | 79.82º | 0.93% | 0.96% | - |
| XYZ | 49.34 | 73.89 | 12.23 | - |
| YUV | 196.7 | 27.15 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 18 | 0.31 | 0 | 0.93 | 0.04 | 79.82 | 0.92 | 0.52 |
| Hex | AA | F5 | 12 | 1F | 0 | 5D | 4 | 50 | 5C | 34 |
| Octal | 252 | 365 | 22 | 37 | 0 | 135 | 4 | 120 | 134 | 64 |
| Binary | 10101010 | 11110101 | 10010 | 11111 | 0 | 1011101 | 100 | 1010000 | 1011100 | 110100 |
Color Harmonies of #AAF512
Complementary color
Monochromatic Colors of #AAF512
Black with #AAF512
Text Example
Text Example
White with #AAF512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF512; }
p { color: rgb(170,245,18); }
H1.HeaderClassName
{
color: #AAF512;
}
.AnyTagClassName
{
color: #AAF512;
}
</style>
background-color css
<style>
a { background-color: #AAF512; }
a { background-color: rgb(170,245,18); }
div.DivClassName
{
background-color: #AAF512;
}
.BgClassName
{
background-color: #AAF512;
}
</style>
border-color css
<style>
span { border-color: #AAF512; }
span { border-color: rgb(170,245,18); }
td.TdClassName
{
border-color: #AAF512;
}
.TagClassName
{
border-color: #AAF512;
}
</style>