Shades of Spring Bud #AAF101
Tints of Spring Bud #AAF101
RGB
CMYK
RGB Variations
Color information
#AAF101 (or 0xAAF101) is known color: Spring Bud. HEX triplet: AA, F1 and 01. RGB value is (170,241,1). Sum of RGB (Red+Green+Blue) = 170+241+1=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF101 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF101 is #550EFE. Grayscale: #C1C1C1. Windows color (decimal): -5574399 or 127402. OLE color: 127402.
HSL color Cylindrical-coordinate representation of color #AAF101: hue angle of 77.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAF101 is Cyan = 0.29, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 1 | - |
| CMYK | 0.29 | 0 | 1.00 | 0.05 |
| HSL | 77.75º | 0.99% | 0.47% | - |
| HSV(B) | 77.75º | 1% | 0.95% | - |
| XYZ | 48.04 | 71.46 | 11.29 | - |
| YUV | 192.41 | 19.98 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 1 | 0.29 | 0 | 1.00 | 0.05 | 77.75 | 0.99 | 0.47 |
| Hex | AA | F1 | 1 | 1D | 0 | 64 | 5 | 4E | 63 | 2F |
| Octal | 252 | 361 | 1 | 35 | 0 | 144 | 5 | 116 | 143 | 57 |
| Binary | 10101010 | 11110001 | 1 | 11101 | 0 | 1100100 | 101 | 1001110 | 1100011 | 101111 |
Color Harmonies of #AAF101
Complementary color
Monochromatic Colors of #AAF101
Black with #AAF101
Text Example
Text Example
White with #AAF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF101; }
p { color: rgb(170,241,1); }
H1.HeaderClassName
{
color: #AAF101;
}
.AnyTagClassName
{
color: #AAF101;
}
</style>
background-color css
<style>
a { background-color: #AAF101; }
a { background-color: rgb(170,241,1); }
div.DivClassName
{
background-color: #AAF101;
}
.BgClassName
{
background-color: #AAF101;
}
</style>
border-color css
<style>
span { border-color: #AAF101; }
span { border-color: rgb(170,241,1); }
td.TdClassName
{
border-color: #AAF101;
}
.TagClassName
{
border-color: #AAF101;
}
</style>