Shades of Spring Bud #AAF207
Tints of Spring Bud #AAF207
RGB
CMYK
RGB Variations
Color information
#AAF207 (or 0xAAF207) is known color: Spring Bud. HEX triplet: AA, F2 and 07. RGB value is (170,242,7). Sum of RGB (Red+Green+Blue) = 170+242+7=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF207 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF207 is #550DF8. Grayscale: #C2C2C2. Windows color (decimal): -5574137 or 520874. OLE color: 520874.
HSL color Cylindrical-coordinate representation of color #AAF207: hue angle of 78.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAF207 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 7 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.05 |
| HSL | 78.38º | 0.94% | 0.49% | - |
| HSV(B) | 78.38º | 0.97% | 0.95% | - |
| XYZ | 48.37 | 72.07 | 11.56 | - |
| YUV | 193.68 | 22.65 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 7 | 0.30 | 0 | 0.97 | 0.05 | 78.38 | 0.94 | 0.49 |
| Hex | AA | F2 | 7 | 1E | 0 | 61 | 5 | 4E | 5E | 31 |
| Octal | 252 | 362 | 7 | 36 | 0 | 141 | 5 | 116 | 136 | 61 |
| Binary | 10101010 | 11110010 | 111 | 11110 | 0 | 1100001 | 101 | 1001110 | 1011110 | 110001 |
Color Harmonies of #AAF207
Complementary color
Monochromatic Colors of #AAF207
Black with #AAF207
Text Example
Text Example
White with #AAF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF207; }
p { color: rgb(170,242,7); }
H1.HeaderClassName
{
color: #AAF207;
}
.AnyTagClassName
{
color: #AAF207;
}
</style>
background-color css
<style>
a { background-color: #AAF207; }
a { background-color: rgb(170,242,7); }
div.DivClassName
{
background-color: #AAF207;
}
.BgClassName
{
background-color: #AAF207;
}
</style>
border-color css
<style>
span { border-color: #AAF207; }
span { border-color: rgb(170,242,7); }
td.TdClassName
{
border-color: #AAF207;
}
.TagClassName
{
border-color: #AAF207;
}
</style>