Shades of Spring Bud #AAFC10
Tints of Spring Bud #AAFC10
RGB
CMYK
RGB Variations
Color information
#AAFC10 (or 0xAAFC10) is known color: Spring Bud. HEX triplet: AA, FC and 10. RGB value is (170,252,16). Sum of RGB (Red+Green+Blue) = 170+252+16=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 252 (98.83% from 255 or 57.53% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC10 is #5503EF. Grayscale: #C9C9C9. Windows color (decimal): -5571568 or 1113258. OLE color: 1113258.
HSL color Cylindrical-coordinate representation of color #AAFC10: hue angle of 80.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAFC10 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 16 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.01 |
| HSL | 80.85º | 0.98% | 0.53% | - |
| HSV(B) | 80.85º | 0.94% | 0.99% | - |
| XYZ | 51.48 | 78.2 | 12.87 | - |
| YUV | 200.58 | 23.83 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 16 | 0.33 | 0 | 0.94 | 0.01 | 80.85 | 0.98 | 0.53 |
| Hex | AA | FC | 10 | 21 | 0 | 5E | 1 | 51 | 62 | 35 |
| Octal | 252 | 374 | 20 | 41 | 0 | 136 | 1 | 121 | 142 | 65 |
| Binary | 10101010 | 11111100 | 10000 | 100001 | 0 | 1011110 | 1 | 1010001 | 1100010 | 110101 |
Color Harmonies of #AAFC10
Complementary color
Monochromatic Colors of #AAFC10
Black with #AAFC10
Text Example
Text Example
White with #AAFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC10; }
p { color: rgb(170,252,16); }
H1.HeaderClassName
{
color: #AAFC10;
}
.AnyTagClassName
{
color: #AAFC10;
}
</style>
background-color css
<style>
a { background-color: #AAFC10; }
a { background-color: rgb(170,252,16); }
div.DivClassName
{
background-color: #AAFC10;
}
.BgClassName
{
background-color: #AAFC10;
}
</style>
border-color css
<style>
span { border-color: #AAFC10; }
span { border-color: rgb(170,252,16); }
td.TdClassName
{
border-color: #AAFC10;
}
.TagClassName
{
border-color: #AAFC10;
}
</style>