Shades of Spring Bud #AAF40D
Tints of Spring Bud #AAF40D
RGB
CMYK
RGB Variations
Color information
#AAF40D (or 0xAAF40D) is known color: Spring Bud. HEX triplet: AA, F4 and 0D. RGB value is (170,244,13). Sum of RGB (Red+Green+Blue) = 170+244+13=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF40D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF40D is #550BF2. Grayscale: #C4C4C4. Windows color (decimal): -5573619 or 914602. OLE color: 914602.
HSL color Cylindrical-coordinate representation of color #AAF40D: hue angle of 79.22º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAF40D is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 13 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.04 |
| HSL | 79.22º | 0.91% | 0.5% | - |
| HSV(B) | 79.22º | 0.95% | 0.96% | - |
| XYZ | 49 | 73.28 | 11.94 | - |
| YUV | 195.54 | 24.98 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 13 | 0.30 | 0 | 0.95 | 0.04 | 79.22 | 0.91 | 0.5 |
| Hex | AA | F4 | D | 1E | 0 | 5F | 4 | 4F | 5B | 32 |
| Octal | 252 | 364 | 15 | 36 | 0 | 137 | 4 | 117 | 133 | 62 |
| Binary | 10101010 | 11110100 | 1101 | 11110 | 0 | 1011111 | 100 | 1001111 | 1011011 | 110010 |
Color Harmonies of #AAF40D
Complementary color
Monochromatic Colors of #AAF40D
Black with #AAF40D
Text Example
Text Example
White with #AAF40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF40D; }
p { color: rgb(170,244,13); }
H1.HeaderClassName
{
color: #AAF40D;
}
.AnyTagClassName
{
color: #AAF40D;
}
</style>
background-color css
<style>
a { background-color: #AAF40D; }
a { background-color: rgb(170,244,13); }
div.DivClassName
{
background-color: #AAF40D;
}
.BgClassName
{
background-color: #AAF40D;
}
</style>
border-color css
<style>
span { border-color: #AAF40D; }
span { border-color: rgb(170,244,13); }
td.TdClassName
{
border-color: #AAF40D;
}
.TagClassName
{
border-color: #AAF40D;
}
</style>