Shades of Spring Bud #AAF60C
Tints of Spring Bud #AAF60C
RGB
CMYK
RGB Variations
Color information
#AAF60C (or 0xAAF60C) is known color: Spring Bud. HEX triplet: AA, F6 and 0C. RGB value is (170,246,12). Sum of RGB (Red+Green+Blue) = 170+246+12=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 246 (96.48% from 255 or 57.48% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF60C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF60C is #5509F3. Grayscale: #C5C5C5. Windows color (decimal): -5573108 or 849578. OLE color: 849578.
HSL color Cylindrical-coordinate representation of color #AAF60C: hue angle of 79.49º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAF60C is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 12 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.04 |
| HSL | 79.49º | 0.93% | 0.51% | - |
| HSV(B) | 79.49º | 0.95% | 0.96% | - |
| XYZ | 49.6 | 74.48 | 12.11 | - |
| YUV | 196.6 | 23.82 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 12 | 0.31 | 0 | 0.95 | 0.04 | 79.49 | 0.93 | 0.51 |
| Hex | AA | F6 | C | 1F | 0 | 5F | 4 | 4F | 5D | 33 |
| Octal | 252 | 366 | 14 | 37 | 0 | 137 | 4 | 117 | 135 | 63 |
| Binary | 10101010 | 11110110 | 1100 | 11111 | 0 | 1011111 | 100 | 1001111 | 1011101 | 110011 |
Color Harmonies of #AAF60C
Complementary color
Monochromatic Colors of #AAF60C
Black with #AAF60C
Text Example
Text Example
White with #AAF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF60C; }
p { color: rgb(170,246,12); }
H1.HeaderClassName
{
color: #AAF60C;
}
.AnyTagClassName
{
color: #AAF60C;
}
</style>
background-color css
<style>
a { background-color: #AAF60C; }
a { background-color: rgb(170,246,12); }
div.DivClassName
{
background-color: #AAF60C;
}
.BgClassName
{
background-color: #AAF60C;
}
</style>
border-color css
<style>
span { border-color: #AAF60C; }
span { border-color: rgb(170,246,12); }
td.TdClassName
{
border-color: #AAF60C;
}
.TagClassName
{
border-color: #AAF60C;
}
</style>