Shades of Spring Bud #AEFE0F
Tints of Spring Bud #AEFE0F
RGB
CMYK
RGB Variations
Color information
#AEFE0F (or 0xAEFE0F) is known color: Spring Bud. HEX triplet: AE, FE and 0F. RGB value is (174,254,15). Sum of RGB (Red+Green+Blue) = 174+254+15=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFE0F is #5101F0. Grayscale: #CBCBCB. Windows color (decimal): -5308913 or 1048238. OLE color: 1048238.
HSL color Cylindrical-coordinate representation of color #AEFE0F: hue angle of 80.08º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEFE0F is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 15 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.00 |
| HSL | 80.08º | 0.99% | 0.53% | - |
| HSV(B) | 80.08º | 0.94% | 1% | - |
| XYZ | 52.98 | 79.92 | 13.08 | - |
| YUV | 202.83 | 22 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 15 | 0.31 | 0 | 0.94 | 0.00 | 80.08 | 0.99 | 0.53 |
| Hex | AE | FE | F | 1F | 0 | 5E | 0 | 50 | 63 | 35 |
| Octal | 256 | 376 | 17 | 37 | 0 | 136 | 0 | 120 | 143 | 65 |
| Binary | 10101110 | 11111110 | 1111 | 11111 | 0 | 1011110 | 0 | 1010000 | 1100011 | 110101 |
Color Harmonies of #AEFE0F
Complementary color
Monochromatic Colors of #AEFE0F
Black with #AEFE0F
Text Example
Text Example
White with #AEFE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE0F; }
p { color: rgb(174,254,15); }
H1.HeaderClassName
{
color: #AEFE0F;
}
.AnyTagClassName
{
color: #AEFE0F;
}
</style>
background-color css
<style>
a { background-color: #AEFE0F; }
a { background-color: rgb(174,254,15); }
div.DivClassName
{
background-color: #AEFE0F;
}
.BgClassName
{
background-color: #AEFE0F;
}
</style>
border-color css
<style>
span { border-color: #AEFE0F; }
span { border-color: rgb(174,254,15); }
td.TdClassName
{
border-color: #AEFE0F;
}
.TagClassName
{
border-color: #AEFE0F;
}
</style>