Shades of Spring Bud #AEF401
Tints of Spring Bud #AEF401
RGB
CMYK
RGB Variations
Color information
#AEF401 (or 0xAEF401) is known color: Spring Bud. HEX triplet: AE, F4 and 01. RGB value is (174,244,1). Sum of RGB (Red+Green+Blue) = 174+244+1=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 244 (95.70% from 255 or 58.23% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF401 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF401 is #510BFE. Grayscale: #C4C4C4. Windows color (decimal): -5311487 or 128174. OLE color: 128174.
HSL color Cylindrical-coordinate representation of color #AEF401: hue angle of 77.28º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEF401 is Cyan = 0.29, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 244 | 1 | - |
| CMYK | 0.29 | 0 | 1.00 | 0.04 |
| HSL | 77.28º | 0.99% | 0.48% | - |
| HSV(B) | 77.28º | 1% | 0.96% | - |
| XYZ | 49.81 | 73.7 | 11.63 | - |
| YUV | 195.37 | 18.31 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 244 | 1 | 0.29 | 0 | 1.00 | 0.04 | 77.28 | 0.99 | 0.48 |
| Hex | AE | F4 | 1 | 1D | 0 | 64 | 4 | 4D | 63 | 30 |
| Octal | 256 | 364 | 1 | 35 | 0 | 144 | 4 | 115 | 143 | 60 |
| Binary | 10101110 | 11110100 | 1 | 11101 | 0 | 1100100 | 100 | 1001101 | 1100011 | 110000 |
Color Harmonies of #AEF401
Complementary color
Monochromatic Colors of #AEF401
Black with #AEF401
Text Example
Text Example
White with #AEF401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF401; }
p { color: rgb(174,244,1); }
H1.HeaderClassName
{
color: #AEF401;
}
.AnyTagClassName
{
color: #AEF401;
}
</style>
background-color css
<style>
a { background-color: #AEF401; }
a { background-color: rgb(174,244,1); }
div.DivClassName
{
background-color: #AEF401;
}
.BgClassName
{
background-color: #AEF401;
}
</style>
border-color css
<style>
span { border-color: #AEF401; }
span { border-color: rgb(174,244,1); }
td.TdClassName
{
border-color: #AEF401;
}
.TagClassName
{
border-color: #AEF401;
}
</style>