Shades of Spring Bud #AAFC01
Tints of Spring Bud #AAFC01
RGB
CMYK
RGB Variations
Color information
#AAFC01 (or 0xAAFC01) is known color: Spring Bud. HEX triplet: AA, FC and 01. RGB value is (170,252,1). Sum of RGB (Red+Green+Blue) = 170+252+1=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 252 (98.83% from 255 or 59.57% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC01 is #5503FE. Grayscale: #C7C7C7. Windows color (decimal): -5571583 or 130218. OLE color: 130218.
HSL color Cylindrical-coordinate representation of color #AAFC01: hue angle of 79.6º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAFC01 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 1 | - |
| CMYK | 0.33 | 0 | 1.00 | 0.01 |
| HSL | 79.6º | 0.99% | 0.5% | - |
| HSV(B) | 79.6º | 1% | 0.99% | - |
| XYZ | 51.39 | 78.17 | 12.41 | - |
| YUV | 198.87 | 16.33 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 1 | 0.33 | 0 | 1.00 | 0.01 | 79.6 | 0.99 | 0.5 |
| Hex | AA | FC | 1 | 21 | 0 | 64 | 1 | 50 | 63 | 32 |
| Octal | 252 | 374 | 1 | 41 | 0 | 144 | 1 | 120 | 143 | 62 |
| Binary | 10101010 | 11111100 | 1 | 100001 | 0 | 1100100 | 1 | 1010000 | 1100011 | 110010 |
Color Harmonies of #AAFC01
Complementary color
Monochromatic Colors of #AAFC01
Black with #AAFC01
Text Example
Text Example
White with #AAFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC01; }
p { color: rgb(170,252,1); }
H1.HeaderClassName
{
color: #AAFC01;
}
.AnyTagClassName
{
color: #AAFC01;
}
</style>
background-color css
<style>
a { background-color: #AAFC01; }
a { background-color: rgb(170,252,1); }
div.DivClassName
{
background-color: #AAFC01;
}
.BgClassName
{
background-color: #AAFC01;
}
</style>
border-color css
<style>
span { border-color: #AAFC01; }
span { border-color: rgb(170,252,1); }
td.TdClassName
{
border-color: #AAFC01;
}
.TagClassName
{
border-color: #AAFC01;
}
</style>