Shades of Spring Bud #AAF102
Tints of Spring Bud #AAF102
RGB
CMYK
RGB Variations
Color information
#AAF102 (or 0xAAF102) is known color: Spring Bud. HEX triplet: AA, F1 and 02. RGB value is (170,241,2). Sum of RGB (Red+Green+Blue) = 170+241+2=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF102 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF102 is #550EFD. Grayscale: #C1C1C1. Windows color (decimal): -5574398 or 192938. OLE color: 192938.
HSL color Cylindrical-coordinate representation of color #AAF102: hue angle of 77.82º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAF102 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.05 |
| HSL | 77.82º | 0.98% | 0.48% | - |
| HSV(B) | 77.82º | 0.99% | 0.95% | - |
| XYZ | 48.04 | 71.46 | 11.32 | - |
| YUV | 192.53 | 20.48 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 2 | 0.29 | 0 | 0.99 | 0.05 | 77.82 | 0.98 | 0.48 |
| Hex | AA | F1 | 2 | 1D | 0 | 63 | 5 | 4E | 62 | 30 |
| Octal | 252 | 361 | 2 | 35 | 0 | 143 | 5 | 116 | 142 | 60 |
| Binary | 10101010 | 11110001 | 10 | 11101 | 0 | 1100011 | 101 | 1001110 | 1100010 | 110000 |
Color Harmonies of #AAF102
Complementary color
Monochromatic Colors of #AAF102
Black with #AAF102
Text Example
Text Example
White with #AAF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF102; }
p { color: rgb(170,241,2); }
H1.HeaderClassName
{
color: #AAF102;
}
.AnyTagClassName
{
color: #AAF102;
}
</style>
background-color css
<style>
a { background-color: #AAF102; }
a { background-color: rgb(170,241,2); }
div.DivClassName
{
background-color: #AAF102;
}
.BgClassName
{
background-color: #AAF102;
}
</style>
border-color css
<style>
span { border-color: #AAF102; }
span { border-color: rgb(170,241,2); }
td.TdClassName
{
border-color: #AAF102;
}
.TagClassName
{
border-color: #AAF102;
}
</style>