Shades of Spring Bud #AAFC14
Tints of Spring Bud #AAFC14
RGB
CMYK
RGB Variations
Color information
#AAFC14 (or 0xAAFC14) is known color: Spring Bud. HEX triplet: AA, FC and 14. RGB value is (170,252,20). Sum of RGB (Red+Green+Blue) = 170+252+20=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC14 is #5503EB. Grayscale: #C9C9C9. Windows color (decimal): -5571564 or 1375402. OLE color: 1375402.
HSL color Cylindrical-coordinate representation of color #AAFC14: hue angle of 81.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAFC14 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 20 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.01 |
| HSL | 81.21º | 0.97% | 0.53% | - |
| HSV(B) | 81.21º | 0.92% | 0.99% | - |
| XYZ | 51.51 | 78.22 | 13.04 | - |
| YUV | 201.03 | 25.83 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 20 | 0.33 | 0 | 0.92 | 0.01 | 81.21 | 0.97 | 0.53 |
| Hex | AA | FC | 14 | 21 | 0 | 5C | 1 | 51 | 61 | 35 |
| Octal | 252 | 374 | 24 | 41 | 0 | 134 | 1 | 121 | 141 | 65 |
| Binary | 10101010 | 11111100 | 10100 | 100001 | 0 | 1011100 | 1 | 1010001 | 1100001 | 110101 |
Color Harmonies of #AAFC14
Complementary color
Monochromatic Colors of #AAFC14
Black with #AAFC14
Text Example
Text Example
White with #AAFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC14; }
p { color: rgb(170,252,20); }
H1.HeaderClassName
{
color: #AAFC14;
}
.AnyTagClassName
{
color: #AAFC14;
}
</style>
background-color css
<style>
a { background-color: #AAFC14; }
a { background-color: rgb(170,252,20); }
div.DivClassName
{
background-color: #AAFC14;
}
.BgClassName
{
background-color: #AAFC14;
}
</style>
border-color css
<style>
span { border-color: #AAFC14; }
span { border-color: rgb(170,252,20); }
td.TdClassName
{
border-color: #AAFC14;
}
.TagClassName
{
border-color: #AAFC14;
}
</style>