Shades of Spring Bud #AAF300
Tints of Spring Bud #AAF300
RGB
CMYK
RGB Variations
Color information
#AAF300 (or 0xAAF300) is known color: Spring Bud. HEX triplet: AA, F3 and 00. RGB value is (170,243,0). Sum of RGB (Red+Green+Blue) = 170+243+0=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 243 (95.31% from 255 or 58.84% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF300 is #550CFF. Grayscale: #C2C2C2. Windows color (decimal): -5573888 or 62378. OLE color: 62378.
HSL color Cylindrical-coordinate representation of color #AAF300: hue angle of 78.02º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAF300 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.05 |
| HSL | 78.02º | 1% | 0.48% | - |
| HSV(B) | 78.02º | 1% | 0.95% | - |
| XYZ | 48.63 | 72.65 | 11.46 | - |
| YUV | 193.47 | 18.82 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 0 | 0.30 | 0 | 1 | 0.05 | 78.02 | 1 | 0.48 |
| Hex | AA | F3 | 0 | 1E | 0 | 64 | 5 | 4E | 64 | 30 |
| Octal | 252 | 363 | 0 | 36 | 0 | 144 | 5 | 116 | 144 | 60 |
| Binary | 10101010 | 11110011 | 0 | 11110 | 0 | 1100100 | 101 | 1001110 | 1100100 | 110000 |
Color Harmonies of #AAF300
Complementary color
Monochromatic Colors of #AAF300
Black with #AAF300
Text Example
Text Example
White with #AAF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF300; }
p { color: rgb(170,243,0); }
H1.HeaderClassName
{
color: #AAF300;
}
.AnyTagClassName
{
color: #AAF300;
}
</style>
background-color css
<style>
a { background-color: #AAF300; }
a { background-color: rgb(170,243,0); }
div.DivClassName
{
background-color: #AAF300;
}
.BgClassName
{
background-color: #AAF300;
}
</style>
border-color css
<style>
span { border-color: #AAF300; }
span { border-color: rgb(170,243,0); }
td.TdClassName
{
border-color: #AAF300;
}
.TagClassName
{
border-color: #AAF300;
}
</style>