Shades of Spring Bud #AAF506
Tints of Spring Bud #AAF506
RGB
CMYK
RGB Variations
Color information
#AAF506 (or 0xAAF506) is known color: Spring Bud. HEX triplet: AA, F5 and 06. RGB value is (170,245,6). Sum of RGB (Red+Green+Blue) = 170+245+6=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 245 (96.09% from 255 or 58.19% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF506 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF506 is #550AF9. Grayscale: #C4C4C4. Windows color (decimal): -5573370 or 456106. OLE color: 456106.
HSL color Cylindrical-coordinate representation of color #AAF506: hue angle of 78.83º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAF506 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 6 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.04 |
| HSL | 78.83º | 0.95% | 0.49% | - |
| HSV(B) | 78.83º | 0.98% | 0.96% | - |
| XYZ | 49.26 | 73.86 | 11.83 | - |
| YUV | 195.33 | 21.15 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 6 | 0.31 | 0 | 0.98 | 0.04 | 78.83 | 0.95 | 0.49 |
| Hex | AA | F5 | 6 | 1F | 0 | 62 | 4 | 4F | 5F | 31 |
| Octal | 252 | 365 | 6 | 37 | 0 | 142 | 4 | 117 | 137 | 61 |
| Binary | 10101010 | 11110101 | 110 | 11111 | 0 | 1100010 | 100 | 1001111 | 1011111 | 110001 |
Color Harmonies of #AAF506
Complementary color
Monochromatic Colors of #AAF506
Black with #AAF506
Text Example
Text Example
White with #AAF506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF506; }
p { color: rgb(170,245,6); }
H1.HeaderClassName
{
color: #AAF506;
}
.AnyTagClassName
{
color: #AAF506;
}
</style>
background-color css
<style>
a { background-color: #AAF506; }
a { background-color: rgb(170,245,6); }
div.DivClassName
{
background-color: #AAF506;
}
.BgClassName
{
background-color: #AAF506;
}
</style>
border-color css
<style>
span { border-color: #AAF506; }
span { border-color: rgb(170,245,6); }
td.TdClassName
{
border-color: #AAF506;
}
.TagClassName
{
border-color: #AAF506;
}
</style>