Shades of Spring Bud #AAF10B
Tints of Spring Bud #AAF10B
RGB
CMYK
RGB Variations
Color information
#AAF10B (or 0xAAF10B) is known color: Spring Bud. HEX triplet: AA, F1 and 0B. RGB value is (170,241,11). Sum of RGB (Red+Green+Blue) = 170+241+11=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 241 (94.53% from 255 or 57.11% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF10B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF10B is #550EF4. Grayscale: #C2C2C2. Windows color (decimal): -5574389 or 782762. OLE color: 782762.
HSL color Cylindrical-coordinate representation of color #AAF10B: hue angle of 78.52º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAF10B is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 11 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.05 |
| HSL | 78.52º | 0.91% | 0.49% | - |
| HSV(B) | 78.52º | 0.95% | 0.95% | - |
| XYZ | 48.09 | 71.48 | 11.58 | - |
| YUV | 193.55 | 24.98 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 11 | 0.29 | 0 | 0.95 | 0.05 | 78.52 | 0.91 | 0.49 |
| Hex | AA | F1 | B | 1D | 0 | 5F | 5 | 4F | 5B | 31 |
| Octal | 252 | 361 | 13 | 35 | 0 | 137 | 5 | 117 | 133 | 61 |
| Binary | 10101010 | 11110001 | 1011 | 11101 | 0 | 1011111 | 101 | 1001111 | 1011011 | 110001 |
Color Harmonies of #AAF10B
Complementary color
Monochromatic Colors of #AAF10B
Black with #AAF10B
Text Example
Text Example
White with #AAF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF10B; }
p { color: rgb(170,241,11); }
H1.HeaderClassName
{
color: #AAF10B;
}
.AnyTagClassName
{
color: #AAF10B;
}
</style>
background-color css
<style>
a { background-color: #AAF10B; }
a { background-color: rgb(170,241,11); }
div.DivClassName
{
background-color: #AAF10B;
}
.BgClassName
{
background-color: #AAF10B;
}
</style>
border-color css
<style>
span { border-color: #AAF10B; }
span { border-color: rgb(170,241,11); }
td.TdClassName
{
border-color: #AAF10B;
}
.TagClassName
{
border-color: #AAF10B;
}
</style>