Shades of Spring Bud #AAF600
Tints of Spring Bud #AAF600
RGB
CMYK
RGB Variations
Color information
#AAF600 (or 0xAAF600) is known color: Spring Bud. HEX triplet: AA, F6 and 00. RGB value is (170,246,0). Sum of RGB (Red+Green+Blue) = 170+246+0=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 246 (96.48% from 255 or 59.13% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF600 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF600 is #5509FF. Grayscale: #C4C4C4. Windows color (decimal): -5573120 or 63146. OLE color: 63146.
HSL color Cylindrical-coordinate representation of color #AAF600: hue angle of 78.54º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAF600 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.04 |
| HSL | 78.54º | 1% | 0.48% | - |
| HSV(B) | 78.54º | 1% | 0.96% | - |
| XYZ | 49.53 | 74.46 | 11.76 | - |
| YUV | 195.23 | 17.82 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 0 | 0.31 | 0 | 1 | 0.04 | 78.54 | 1 | 0.48 |
| Hex | AA | F6 | 0 | 1F | 0 | 64 | 4 | 4F | 64 | 30 |
| Octal | 252 | 366 | 0 | 37 | 0 | 144 | 4 | 117 | 144 | 60 |
| Binary | 10101010 | 11110110 | 0 | 11111 | 0 | 1100100 | 100 | 1001111 | 1100100 | 110000 |
Color Harmonies of #AAF600
Complementary color
Monochromatic Colors of #AAF600
Black with #AAF600
Text Example
Text Example
White with #AAF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF600; }
p { color: rgb(170,246,0); }
H1.HeaderClassName
{
color: #AAF600;
}
.AnyTagClassName
{
color: #AAF600;
}
</style>
background-color css
<style>
a { background-color: #AAF600; }
a { background-color: rgb(170,246,0); }
div.DivClassName
{
background-color: #AAF600;
}
.BgClassName
{
background-color: #AAF600;
}
</style>
border-color css
<style>
span { border-color: #AAF600; }
span { border-color: rgb(170,246,0); }
td.TdClassName
{
border-color: #AAF600;
}
.TagClassName
{
border-color: #AAF600;
}
</style>