Shades of Spring Bud #AEF40E
Tints of Spring Bud #AEF40E
RGB
CMYK
RGB Variations
Color information
#AEF40E (or 0xAEF40E) is known color: Spring Bud. HEX triplet: AE, F4 and 0E. RGB value is (174,244,14). Sum of RGB (Red+Green+Blue) = 174+244+14=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 244 (95.70% from 255 or 56.48% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF40E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF40E is #510BF1. Grayscale: #C5C5C5. Windows color (decimal): -5311474 or 980142. OLE color: 980142.
HSL color Cylindrical-coordinate representation of color #AEF40E: hue angle of 78.26º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEF40E is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 244 | 14 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.04 |
| HSL | 78.26º | 0.91% | 0.51% | - |
| HSV(B) | 78.26º | 0.94% | 0.96% | - |
| XYZ | 49.89 | 73.73 | 12.02 | - |
| YUV | 196.85 | 24.81 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 244 | 14 | 0.29 | 0 | 0.94 | 0.04 | 78.26 | 0.91 | 0.51 |
| Hex | AE | F4 | E | 1D | 0 | 5E | 4 | 4E | 5B | 33 |
| Octal | 256 | 364 | 16 | 35 | 0 | 136 | 4 | 116 | 133 | 63 |
| Binary | 10101110 | 11110100 | 1110 | 11101 | 0 | 1011110 | 100 | 1001110 | 1011011 | 110011 |
Color Harmonies of #AEF40E
Complementary color
Monochromatic Colors of #AEF40E
Black with #AEF40E
Text Example
Text Example
White with #AEF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF40E; }
p { color: rgb(174,244,14); }
H1.HeaderClassName
{
color: #AEF40E;
}
.AnyTagClassName
{
color: #AEF40E;
}
</style>
background-color css
<style>
a { background-color: #AEF40E; }
a { background-color: rgb(174,244,14); }
div.DivClassName
{
background-color: #AEF40E;
}
.BgClassName
{
background-color: #AEF40E;
}
</style>
border-color css
<style>
span { border-color: #AEF40E; }
span { border-color: rgb(174,244,14); }
td.TdClassName
{
border-color: #AEF40E;
}
.TagClassName
{
border-color: #AEF40E;
}
</style>