Shades of Spring Bud #AAF205
Tints of Spring Bud #AAF205
RGB
CMYK
RGB Variations
Color information
#AAF205 (or 0xAAF205) is known color: Spring Bud. HEX triplet: AA, F2 and 05. RGB value is (170,242,5). Sum of RGB (Red+Green+Blue) = 170+242+5=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF205 is #550DFA. Grayscale: #C2C2C2. Windows color (decimal): -5574139 or 389802. OLE color: 389802.
HSL color Cylindrical-coordinate representation of color #AAF205: hue angle of 78.23º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAF205 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 5 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.05 |
| HSL | 78.23º | 0.96% | 0.48% | - |
| HSV(B) | 78.23º | 0.98% | 0.95% | - |
| XYZ | 48.36 | 72.06 | 11.5 | - |
| YUV | 193.45 | 21.65 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 5 | 0.30 | 0 | 0.98 | 0.05 | 78.23 | 0.96 | 0.48 |
| Hex | AA | F2 | 5 | 1E | 0 | 62 | 5 | 4E | 60 | 30 |
| Octal | 252 | 362 | 5 | 36 | 0 | 142 | 5 | 116 | 140 | 60 |
| Binary | 10101010 | 11110010 | 101 | 11110 | 0 | 1100010 | 101 | 1001110 | 1100000 | 110000 |
Color Harmonies of #AAF205
Complementary color
Monochromatic Colors of #AAF205
Black with #AAF205
Text Example
Text Example
White with #AAF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF205; }
p { color: rgb(170,242,5); }
H1.HeaderClassName
{
color: #AAF205;
}
.AnyTagClassName
{
color: #AAF205;
}
</style>
background-color css
<style>
a { background-color: #AAF205; }
a { background-color: rgb(170,242,5); }
div.DivClassName
{
background-color: #AAF205;
}
.BgClassName
{
background-color: #AAF205;
}
</style>
border-color css
<style>
span { border-color: #AAF205; }
span { border-color: rgb(170,242,5); }
td.TdClassName
{
border-color: #AAF205;
}
.TagClassName
{
border-color: #AAF205;
}
</style>