Shades of Spring Bud #AAFF0D
Tints of Spring Bud #AAFF0D
RGB
CMYK
RGB Variations
Color information
#AAFF0D (or 0xAAFF0D) is known color: Spring Bud. HEX triplet: AA, FF and 0D. RGB value is (170,255,13). Sum of RGB (Red+Green+Blue) = 170+255+13=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF0D is #5500F2. Grayscale: #CACACA. Windows color (decimal): -5570803 or 917418. OLE color: 917418.
HSL color Cylindrical-coordinate representation of color #AAFF0D: hue angle of 81.07º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAFF0D is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 13 | - |
| CMYK | 0.33 | 0 | 0.95 | 0 |
| HSL | 81.07º | 1% | 0.53% | - |
| HSV(B) | 81.07º | 0.95% | 1% | - |
| XYZ | 52.41 | 80.1 | 13.08 | - |
| YUV | 202 | 21.34 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 13 | 0.33 | 0 | 0.95 | 0 | 81.07 | 1 | 0.53 |
| Hex | AA | FF | D | 21 | 0 | 5F | 0 | 51 | 64 | 35 |
| Octal | 252 | 377 | 15 | 41 | 0 | 137 | 0 | 121 | 144 | 65 |
| Binary | 10101010 | 11111111 | 1101 | 100001 | 0 | 1011111 | 0 | 1010001 | 1100100 | 110101 |
Color Harmonies of #AAFF0D
Complementary color
Monochromatic Colors of #AAFF0D
Black with #AAFF0D
Text Example
Text Example
White with #AAFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF0D; }
p { color: rgb(170,255,13); }
H1.HeaderClassName
{
color: #AAFF0D;
}
.AnyTagClassName
{
color: #AAFF0D;
}
</style>
background-color css
<style>
a { background-color: #AAFF0D; }
a { background-color: rgb(170,255,13); }
div.DivClassName
{
background-color: #AAFF0D;
}
.BgClassName
{
background-color: #AAFF0D;
}
</style>
border-color css
<style>
span { border-color: #AAFF0D; }
span { border-color: rgb(170,255,13); }
td.TdClassName
{
border-color: #AAFF0D;
}
.TagClassName
{
border-color: #AAFF0D;
}
</style>