Shades of Spring Bud #AEFF0E
Tints of Spring Bud #AEFF0E
RGB
CMYK
RGB Variations
Color information
#AEFF0E (or 0xAEFF0E) is known color: Spring Bud. HEX triplet: AE, FF and 0E. RGB value is (174,255,14). Sum of RGB (Red+Green+Blue) = 174+255+14=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF0E is #5100F1. Grayscale: #CCCCCC. Windows color (decimal): -5308658 or 982958. OLE color: 982958.
HSL color Cylindrical-coordinate representation of color #AEFF0E: hue angle of 80.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEFF0E is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 14 | - |
| CMYK | 0.32 | 0 | 0.95 | 0 |
| HSL | 80.17º | 1% | 0.53% | - |
| HSV(B) | 80.17º | 0.95% | 1% | - |
| XYZ | 53.29 | 80.55 | 13.15 | - |
| YUV | 203.31 | 21.16 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 14 | 0.32 | 0 | 0.95 | 0 | 80.17 | 1 | 0.53 |
| Hex | AE | FF | E | 20 | 0 | 5F | 0 | 50 | 64 | 35 |
| Octal | 256 | 377 | 16 | 40 | 0 | 137 | 0 | 120 | 144 | 65 |
| Binary | 10101110 | 11111111 | 1110 | 100000 | 0 | 1011111 | 0 | 1010000 | 1100100 | 110101 |
Color Harmonies of #AEFF0E
Complementary color
Monochromatic Colors of #AEFF0E
Black with #AEFF0E
Text Example
Text Example
White with #AEFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF0E; }
p { color: rgb(174,255,14); }
H1.HeaderClassName
{
color: #AEFF0E;
}
.AnyTagClassName
{
color: #AEFF0E;
}
</style>
background-color css
<style>
a { background-color: #AEFF0E; }
a { background-color: rgb(174,255,14); }
div.DivClassName
{
background-color: #AEFF0E;
}
.BgClassName
{
background-color: #AEFF0E;
}
</style>
border-color css
<style>
span { border-color: #AEFF0E; }
span { border-color: rgb(174,255,14); }
td.TdClassName
{
border-color: #AEFF0E;
}
.TagClassName
{
border-color: #AEFF0E;
}
</style>