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