Shades of Spring Bud #AAF105
Tints of Spring Bud #AAF105
RGB
CMYK
RGB Variations
Color information
#AAF105 (or 0xAAF105) is known color: Spring Bud. HEX triplet: AA, F1 and 05. RGB value is (170,241,5). Sum of RGB (Red+Green+Blue) = 170+241+5=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF105 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF105 is #550EFA. Grayscale: #C1C1C1. Windows color (decimal): -5574395 or 389546. OLE color: 389546.
HSL color Cylindrical-coordinate representation of color #AAF105: hue angle of 78.05º 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 #AAF105 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.05 |
| HSL | 78.05º | 0.96% | 0.48% | - |
| HSV(B) | 78.05º | 0.98% | 0.95% | - |
| XYZ | 48.06 | 71.47 | 11.41 | - |
| YUV | 192.87 | 21.98 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 5 | 0.29 | 0 | 0.98 | 0.05 | 78.05 | 0.96 | 0.48 |
| Hex | AA | F1 | 5 | 1D | 0 | 62 | 5 | 4E | 60 | 30 |
| Octal | 252 | 361 | 5 | 35 | 0 | 142 | 5 | 116 | 140 | 60 |
| Binary | 10101010 | 11110001 | 101 | 11101 | 0 | 1100010 | 101 | 1001110 | 1100000 | 110000 |
Color Harmonies of #AAF105
Complementary color
Monochromatic Colors of #AAF105
Black with #AAF105
Text Example
Text Example
White with #AAF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF105; }
p { color: rgb(170,241,5); }
H1.HeaderClassName
{
color: #AAF105;
}
.AnyTagClassName
{
color: #AAF105;
}
</style>
background-color css
<style>
a { background-color: #AAF105; }
a { background-color: rgb(170,241,5); }
div.DivClassName
{
background-color: #AAF105;
}
.BgClassName
{
background-color: #AAF105;
}
</style>
border-color css
<style>
span { border-color: #AAF105; }
span { border-color: rgb(170,241,5); }
td.TdClassName
{
border-color: #AAF105;
}
.TagClassName
{
border-color: #AAF105;
}
</style>