Shades of Spring Bud #AAF304
Tints of Spring Bud #AAF304
RGB
CMYK
RGB Variations
Color information
#AAF304 (or 0xAAF304) is known color: Spring Bud. HEX triplet: AA, F3 and 04. RGB value is (170,243,4). Sum of RGB (Red+Green+Blue) = 170+243+4=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 243 (95.31% from 255 or 58.27% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF304 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF304 is #550CFB. Grayscale: #C2C2C2. Windows color (decimal): -5573884 or 324522. OLE color: 324522.
HSL color Cylindrical-coordinate representation of color #AAF304: hue angle of 78.33º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAF304 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 4 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.05 |
| HSL | 78.33º | 0.97% | 0.48% | - |
| HSV(B) | 78.33º | 0.98% | 0.95% | - |
| XYZ | 48.65 | 72.66 | 11.57 | - |
| YUV | 193.93 | 20.82 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 4 | 0.30 | 0 | 0.98 | 0.05 | 78.33 | 0.97 | 0.48 |
| Hex | AA | F3 | 4 | 1E | 0 | 62 | 5 | 4E | 61 | 30 |
| Octal | 252 | 363 | 4 | 36 | 0 | 142 | 5 | 116 | 141 | 60 |
| Binary | 10101010 | 11110011 | 100 | 11110 | 0 | 1100010 | 101 | 1001110 | 1100001 | 110000 |
Color Harmonies of #AAF304
Complementary color
Monochromatic Colors of #AAF304
Black with #AAF304
Text Example
Text Example
White with #AAF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF304; }
p { color: rgb(170,243,4); }
H1.HeaderClassName
{
color: #AAF304;
}
.AnyTagClassName
{
color: #AAF304;
}
</style>
background-color css
<style>
a { background-color: #AAF304; }
a { background-color: rgb(170,243,4); }
div.DivClassName
{
background-color: #AAF304;
}
.BgClassName
{
background-color: #AAF304;
}
</style>
border-color css
<style>
span { border-color: #AAF304; }
span { border-color: rgb(170,243,4); }
td.TdClassName
{
border-color: #AAF304;
}
.TagClassName
{
border-color: #AAF304;
}
</style>