Shades of Spring Bud #AAF70D
Tints of Spring Bud #AAF70D
RGB
CMYK
RGB Variations
Color information
#AAF70D (or 0xAAF70D) is known color: Spring Bud. HEX triplet: AA, F7 and 0D. RGB value is (170,247,13). Sum of RGB (Red+Green+Blue) = 170+247+13=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 247 (96.88% from 255 or 57.44% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF70D is #5508F2. Grayscale: #C6C6C6. Windows color (decimal): -5572851 or 915370. OLE color: 915370.
HSL color Cylindrical-coordinate representation of color #AAF70D: hue angle of 79.74º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAF70D is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 13 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.03 |
| HSL | 79.74º | 0.94% | 0.51% | - |
| HSV(B) | 79.74º | 0.95% | 0.97% | - |
| XYZ | 49.91 | 75.1 | 12.25 | - |
| YUV | 197.3 | 23.99 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 13 | 0.31 | 0 | 0.95 | 0.03 | 79.74 | 0.94 | 0.51 |
| Hex | AA | F7 | D | 1F | 0 | 5F | 3 | 50 | 5E | 33 |
| Octal | 252 | 367 | 15 | 37 | 0 | 137 | 3 | 120 | 136 | 63 |
| Binary | 10101010 | 11110111 | 1101 | 11111 | 0 | 1011111 | 11 | 1010000 | 1011110 | 110011 |
Color Harmonies of #AAF70D
Complementary color
Monochromatic Colors of #AAF70D
Black with #AAF70D
Text Example
Text Example
White with #AAF70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF70D; }
p { color: rgb(170,247,13); }
H1.HeaderClassName
{
color: #AAF70D;
}
.AnyTagClassName
{
color: #AAF70D;
}
</style>
background-color css
<style>
a { background-color: #AAF70D; }
a { background-color: rgb(170,247,13); }
div.DivClassName
{
background-color: #AAF70D;
}
.BgClassName
{
background-color: #AAF70D;
}
</style>
border-color css
<style>
span { border-color: #AAF70D; }
span { border-color: rgb(170,247,13); }
td.TdClassName
{
border-color: #AAF70D;
}
.TagClassName
{
border-color: #AAF70D;
}
</style>