Shades of Spring Bud #AEFE0C
Tints of Spring Bud #AEFE0C
RGB
CMYK
RGB Variations
Color information
#AEFE0C (or 0xAEFE0C) is known color: Spring Bud. HEX triplet: AE, FE and 0C. RGB value is (174,254,12). Sum of RGB (Red+Green+Blue) = 174+254+12=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFE0C is #5101F3. Grayscale: #CBCBCB. Windows color (decimal): -5308916 or 851630. OLE color: 851630.
HSL color Cylindrical-coordinate representation of color #AEFE0C: hue angle of 79.83º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEFE0C is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 12 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.00 |
| HSL | 79.83º | 0.99% | 0.52% | - |
| HSV(B) | 79.83º | 0.95% | 1% | - |
| XYZ | 52.96 | 79.91 | 12.98 | - |
| YUV | 202.49 | 20.5 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 12 | 0.31 | 0 | 0.95 | 0.00 | 79.83 | 0.99 | 0.52 |
| Hex | AE | FE | C | 1F | 0 | 5F | 0 | 50 | 63 | 34 |
| Octal | 256 | 376 | 14 | 37 | 0 | 137 | 0 | 120 | 143 | 64 |
| Binary | 10101110 | 11111110 | 1100 | 11111 | 0 | 1011111 | 0 | 1010000 | 1100011 | 110100 |
Color Harmonies of #AEFE0C
Complementary color
Monochromatic Colors of #AEFE0C
Black with #AEFE0C
Text Example
Text Example
White with #AEFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE0C; }
p { color: rgb(174,254,12); }
H1.HeaderClassName
{
color: #AEFE0C;
}
.AnyTagClassName
{
color: #AEFE0C;
}
</style>
background-color css
<style>
a { background-color: #AEFE0C; }
a { background-color: rgb(174,254,12); }
div.DivClassName
{
background-color: #AEFE0C;
}
.BgClassName
{
background-color: #AEFE0C;
}
</style>
border-color css
<style>
span { border-color: #AEFE0C; }
span { border-color: rgb(174,254,12); }
td.TdClassName
{
border-color: #AEFE0C;
}
.TagClassName
{
border-color: #AEFE0C;
}
</style>