Shades of Spring Bud #AAF703
Tints of Spring Bud #AAF703
RGB
CMYK
RGB Variations
Color information
#AAF703 (or 0xAAF703) is known color: Spring Bud. HEX triplet: AA, F7 and 03. RGB value is (170,247,3). Sum of RGB (Red+Green+Blue) = 170+247+3=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 247 (96.88% from 255 or 58.81% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF703 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF703 is #5508FC. Grayscale: #C5C5C5. Windows color (decimal): -5572861 or 260010. OLE color: 260010.
HSL color Cylindrical-coordinate representation of color #AAF703: hue angle of 78.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAF703 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 3 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.03 |
| HSL | 78.93º | 0.98% | 0.49% | - |
| HSV(B) | 78.93º | 0.99% | 0.97% | - |
| XYZ | 49.85 | 75.07 | 11.95 | - |
| YUV | 196.16 | 18.99 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 3 | 0.31 | 0 | 0.99 | 0.03 | 78.93 | 0.98 | 0.49 |
| Hex | AA | F7 | 3 | 1F | 0 | 63 | 3 | 4F | 62 | 31 |
| Octal | 252 | 367 | 3 | 37 | 0 | 143 | 3 | 117 | 142 | 61 |
| Binary | 10101010 | 11110111 | 11 | 11111 | 0 | 1100011 | 11 | 1001111 | 1100010 | 110001 |
Color Harmonies of #AAF703
Complementary color
Monochromatic Colors of #AAF703
Black with #AAF703
Text Example
Text Example
White with #AAF703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF703; }
p { color: rgb(170,247,3); }
H1.HeaderClassName
{
color: #AAF703;
}
.AnyTagClassName
{
color: #AAF703;
}
</style>
background-color css
<style>
a { background-color: #AAF703; }
a { background-color: rgb(170,247,3); }
div.DivClassName
{
background-color: #AAF703;
}
.BgClassName
{
background-color: #AAF703;
}
</style>
border-color css
<style>
span { border-color: #AAF703; }
span { border-color: rgb(170,247,3); }
td.TdClassName
{
border-color: #AAF703;
}
.TagClassName
{
border-color: #AAF703;
}
</style>