Shades of Spring Bud #AEFF09
Tints of Spring Bud #AEFF09
RGB
CMYK
RGB Variations
Color information
#AEFF09 (or 0xAEFF09) is known color: Spring Bud. HEX triplet: AE, FF and 09. RGB value is (174,255,9). Sum of RGB (Red+Green+Blue) = 174+255+9=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 9 (3.91% from 255 or 2.05% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF09 is #5100F6. Grayscale: #CBCBCB. Windows color (decimal): -5308663 or 655278. OLE color: 655278.
HSL color Cylindrical-coordinate representation of color #AEFF09: hue angle of 79.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEFF09 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 9 | - |
| CMYK | 0.32 | 0 | 0.96 | 0 |
| HSL | 79.76º | 1% | 0.52% | - |
| HSV(B) | 79.76º | 0.96% | 1% | - |
| XYZ | 53.26 | 80.54 | 13 | - |
| YUV | 202.74 | 18.66 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 9 | 0.32 | 0 | 0.96 | 0 | 79.76 | 1 | 0.52 |
| Hex | AE | FF | 9 | 20 | 0 | 60 | 0 | 50 | 64 | 34 |
| Octal | 256 | 377 | 11 | 40 | 0 | 140 | 0 | 120 | 144 | 64 |
| Binary | 10101110 | 11111111 | 1001 | 100000 | 0 | 1100000 | 0 | 1010000 | 1100100 | 110100 |
Color Harmonies of #AEFF09
Complementary color
Monochromatic Colors of #AEFF09
Black with #AEFF09
Text Example
Text Example
White with #AEFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF09; }
p { color: rgb(174,255,9); }
H1.HeaderClassName
{
color: #AEFF09;
}
.AnyTagClassName
{
color: #AEFF09;
}
</style>
background-color css
<style>
a { background-color: #AEFF09; }
a { background-color: rgb(174,255,9); }
div.DivClassName
{
background-color: #AEFF09;
}
.BgClassName
{
background-color: #AEFF09;
}
</style>
border-color css
<style>
span { border-color: #AEFF09; }
span { border-color: rgb(174,255,9); }
td.TdClassName
{
border-color: #AEFF09;
}
.TagClassName
{
border-color: #AEFF09;
}
</style>