Shades of Spring Bud #AAF601
Tints of Spring Bud #AAF601
RGB
CMYK
RGB Variations
Color information
#AAF601 (or 0xAAF601) is known color: Spring Bud. HEX triplet: AA, F6 and 01. RGB value is (170,246,1). Sum of RGB (Red+Green+Blue) = 170+246+1=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 246 (96.48% from 255 or 58.99% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF601 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF601 is #5509FE. Grayscale: #C4C4C4. Windows color (decimal): -5573119 or 128682. OLE color: 128682.
HSL color Cylindrical-coordinate representation of color #AAF601: hue angle of 78.61º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAF601 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 1 | - |
| CMYK | 0.31 | 0 | 1.00 | 0.04 |
| HSL | 78.61º | 0.99% | 0.48% | - |
| HSV(B) | 78.61º | 1% | 0.96% | - |
| XYZ | 49.54 | 74.46 | 11.79 | - |
| YUV | 195.35 | 18.32 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 1 | 0.31 | 0 | 1.00 | 0.04 | 78.61 | 0.99 | 0.48 |
| Hex | AA | F6 | 1 | 1F | 0 | 64 | 4 | 4F | 63 | 30 |
| Octal | 252 | 366 | 1 | 37 | 0 | 144 | 4 | 117 | 143 | 60 |
| Binary | 10101010 | 11110110 | 1 | 11111 | 0 | 1100100 | 100 | 1001111 | 1100011 | 110000 |
Color Harmonies of #AAF601
Complementary color
Monochromatic Colors of #AAF601
Black with #AAF601
Text Example
Text Example
White with #AAF601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF601; }
p { color: rgb(170,246,1); }
H1.HeaderClassName
{
color: #AAF601;
}
.AnyTagClassName
{
color: #AAF601;
}
</style>
background-color css
<style>
a { background-color: #AAF601; }
a { background-color: rgb(170,246,1); }
div.DivClassName
{
background-color: #AAF601;
}
.BgClassName
{
background-color: #AAF601;
}
</style>
border-color css
<style>
span { border-color: #AAF601; }
span { border-color: rgb(170,246,1); }
td.TdClassName
{
border-color: #AAF601;
}
.TagClassName
{
border-color: #AAF601;
}
</style>