Shades of Spring Bud #AAF712
Tints of Spring Bud #AAF712
RGB
CMYK
RGB Variations
Color information
#AAF712 (or 0xAAF712) is known color: Spring Bud. HEX triplet: AA, F7 and 12. RGB value is (170,247,18). Sum of RGB (Red+Green+Blue) = 170+247+18=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 247 (96.88% from 255 or 56.78% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF712 is #5508ED. Grayscale: #C6C6C6. Windows color (decimal): -5572846 or 1243050. OLE color: 1243050.
HSL color Cylindrical-coordinate representation of color #AAF712: hue angle of 80.17º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAF712 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 18 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.03 |
| HSL | 80.17º | 0.93% | 0.52% | - |
| HSV(B) | 80.17º | 0.93% | 0.97% | - |
| XYZ | 49.95 | 75.11 | 12.44 | - |
| YUV | 197.87 | 26.49 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 18 | 0.31 | 0 | 0.93 | 0.03 | 80.17 | 0.93 | 0.52 |
| Hex | AA | F7 | 12 | 1F | 0 | 5D | 3 | 50 | 5D | 34 |
| Octal | 252 | 367 | 22 | 37 | 0 | 135 | 3 | 120 | 135 | 64 |
| Binary | 10101010 | 11110111 | 10010 | 11111 | 0 | 1011101 | 11 | 1010000 | 1011101 | 110100 |
Color Harmonies of #AAF712
Complementary color
Monochromatic Colors of #AAF712
Black with #AAF712
Text Example
Text Example
White with #AAF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF712; }
p { color: rgb(170,247,18); }
H1.HeaderClassName
{
color: #AAF712;
}
.AnyTagClassName
{
color: #AAF712;
}
</style>
background-color css
<style>
a { background-color: #AAF712; }
a { background-color: rgb(170,247,18); }
div.DivClassName
{
background-color: #AAF712;
}
.BgClassName
{
background-color: #AAF712;
}
</style>
border-color css
<style>
span { border-color: #AAF712; }
span { border-color: rgb(170,247,18); }
td.TdClassName
{
border-color: #AAF712;
}
.TagClassName
{
border-color: #AAF712;
}
</style>