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