Shades of Spring Bud #AAF40C
Tints of Spring Bud #AAF40C
RGB
CMYK
RGB Variations
Color information
#AAF40C (or 0xAAF40C) is known color: Spring Bud. HEX triplet: AA, F4 and 0C. RGB value is (170,244,12). Sum of RGB (Red+Green+Blue) = 170+244+12=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF40C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF40C is #550BF3. Grayscale: #C4C4C4. Windows color (decimal): -5573620 or 849066. OLE color: 849066.
HSL color Cylindrical-coordinate representation of color #AAF40C: hue angle of 79.14º 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 #AAF40C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 12 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.04 |
| HSL | 79.14º | 0.91% | 0.5% | - |
| HSV(B) | 79.14º | 0.95% | 0.96% | - |
| XYZ | 48.99 | 73.27 | 11.91 | - |
| YUV | 195.43 | 24.48 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 12 | 0.30 | 0 | 0.95 | 0.04 | 79.14 | 0.91 | 0.5 |
| Hex | AA | F4 | C | 1E | 0 | 5F | 4 | 4F | 5B | 32 |
| Octal | 252 | 364 | 14 | 36 | 0 | 137 | 4 | 117 | 133 | 62 |
| Binary | 10101010 | 11110100 | 1100 | 11110 | 0 | 1011111 | 100 | 1001111 | 1011011 | 110010 |
Color Harmonies of #AAF40C
Complementary color
Monochromatic Colors of #AAF40C
Black with #AAF40C
Text Example
Text Example
White with #AAF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF40C; }
p { color: rgb(170,244,12); }
H1.HeaderClassName
{
color: #AAF40C;
}
.AnyTagClassName
{
color: #AAF40C;
}
</style>
background-color css
<style>
a { background-color: #AAF40C; }
a { background-color: rgb(170,244,12); }
div.DivClassName
{
background-color: #AAF40C;
}
.BgClassName
{
background-color: #AAF40C;
}
</style>
border-color css
<style>
span { border-color: #AAF40C; }
span { border-color: rgb(170,244,12); }
td.TdClassName
{
border-color: #AAF40C;
}
.TagClassName
{
border-color: #AAF40C;
}
</style>