Shades of Spring Bud #AAF602
Tints of Spring Bud #AAF602
RGB
CMYK
RGB Variations
Color information
#AAF602 (or 0xAAF602) is known color: Spring Bud. HEX triplet: AA, F6 and 02. RGB value is (170,246,2). Sum of RGB (Red+Green+Blue) = 170+246+2=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 246 (96.48% from 255 or 58.85% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF602 is #5509FD. Grayscale: #C4C4C4. Windows color (decimal): -5573118 or 194218. OLE color: 194218.
HSL color Cylindrical-coordinate representation of color #AAF602: hue angle of 78.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAF602 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.04 |
| HSL | 78.69º | 0.98% | 0.49% | - |
| HSV(B) | 78.69º | 0.99% | 0.96% | - |
| XYZ | 49.54 | 74.46 | 11.82 | - |
| YUV | 195.46 | 18.82 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 2 | 0.31 | 0 | 0.99 | 0.04 | 78.69 | 0.98 | 0.49 |
| Hex | AA | F6 | 2 | 1F | 0 | 63 | 4 | 4F | 62 | 31 |
| Octal | 252 | 366 | 2 | 37 | 0 | 143 | 4 | 117 | 142 | 61 |
| Binary | 10101010 | 11110110 | 10 | 11111 | 0 | 1100011 | 100 | 1001111 | 1100010 | 110001 |
Color Harmonies of #AAF602
Complementary color
Monochromatic Colors of #AAF602
Black with #AAF602
Text Example
Text Example
White with #AAF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF602; }
p { color: rgb(170,246,2); }
H1.HeaderClassName
{
color: #AAF602;
}
.AnyTagClassName
{
color: #AAF602;
}
</style>
background-color css
<style>
a { background-color: #AAF602; }
a { background-color: rgb(170,246,2); }
div.DivClassName
{
background-color: #AAF602;
}
.BgClassName
{
background-color: #AAF602;
}
</style>
border-color css
<style>
span { border-color: #AAF602; }
span { border-color: rgb(170,246,2); }
td.TdClassName
{
border-color: #AAF602;
}
.TagClassName
{
border-color: #AAF602;
}
</style>