Shades of Spring Bud #AAFC03
Tints of Spring Bud #AAFC03
RGB
CMYK
RGB Variations
Color information
#AAFC03 (or 0xAAFC03) is known color: Spring Bud. HEX triplet: AA, FC and 03. RGB value is (170,252,3). Sum of RGB (Red+Green+Blue) = 170+252+3=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC03 is #5503FC. Grayscale: #C8C8C8. Windows color (decimal): -5571581 or 261290. OLE color: 261290.
HSL color Cylindrical-coordinate representation of color #AAFC03: hue angle of 79.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAFC03 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 3 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.01 |
| HSL | 79.76º | 0.98% | 0.5% | - |
| HSV(B) | 79.76º | 0.99% | 0.99% | - |
| XYZ | 51.4 | 78.17 | 12.47 | - |
| YUV | 199.1 | 17.33 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 3 | 0.33 | 0 | 0.99 | 0.01 | 79.76 | 0.98 | 0.5 |
| Hex | AA | FC | 3 | 21 | 0 | 63 | 1 | 50 | 62 | 32 |
| Octal | 252 | 374 | 3 | 41 | 0 | 143 | 1 | 120 | 142 | 62 |
| Binary | 10101010 | 11111100 | 11 | 100001 | 0 | 1100011 | 1 | 1010000 | 1100010 | 110010 |
Color Harmonies of #AAFC03
Complementary color
Monochromatic Colors of #AAFC03
Black with #AAFC03
Text Example
Text Example
White with #AAFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC03; }
p { color: rgb(170,252,3); }
H1.HeaderClassName
{
color: #AAFC03;
}
.AnyTagClassName
{
color: #AAFC03;
}
</style>
background-color css
<style>
a { background-color: #AAFC03; }
a { background-color: rgb(170,252,3); }
div.DivClassName
{
background-color: #AAFC03;
}
.BgClassName
{
background-color: #AAFC03;
}
</style>
border-color css
<style>
span { border-color: #AAFC03; }
span { border-color: rgb(170,252,3); }
td.TdClassName
{
border-color: #AAFC03;
}
.TagClassName
{
border-color: #AAFC03;
}
</style>