Shades of Spring Bud #AEFE12
Tints of Spring Bud #AEFE12
RGB
CMYK
RGB Variations
Color information
#AEFE12 (or 0xAEFE12) is known color: Spring Bud. HEX triplet: AE, FE and 12. RGB value is (174,254,18). Sum of RGB (Red+Green+Blue) = 174+254+18=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFE12 is #5101ED. Grayscale: #CCCCCC. Windows color (decimal): -5308910 or 1244846. OLE color: 1244846.
HSL color Cylindrical-coordinate representation of color #AEFE12: hue angle of 80.34º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEFE12 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 18 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.00 |
| HSL | 80.34º | 0.99% | 0.53% | - |
| HSV(B) | 80.34º | 0.93% | 1% | - |
| XYZ | 53.01 | 79.93 | 13.21 | - |
| YUV | 203.18 | 23.5 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 18 | 0.31 | 0 | 0.93 | 0.00 | 80.34 | 0.99 | 0.53 |
| Hex | AE | FE | 12 | 1F | 0 | 5D | 0 | 50 | 63 | 35 |
| Octal | 256 | 376 | 22 | 37 | 0 | 135 | 0 | 120 | 143 | 65 |
| Binary | 10101110 | 11111110 | 10010 | 11111 | 0 | 1011101 | 0 | 1010000 | 1100011 | 110101 |
Color Harmonies of #AEFE12
Complementary color
Monochromatic Colors of #AEFE12
Black with #AEFE12
Text Example
Text Example
White with #AEFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE12; }
p { color: rgb(174,254,18); }
H1.HeaderClassName
{
color: #AEFE12;
}
.AnyTagClassName
{
color: #AEFE12;
}
</style>
background-color css
<style>
a { background-color: #AEFE12; }
a { background-color: rgb(174,254,18); }
div.DivClassName
{
background-color: #AEFE12;
}
.BgClassName
{
background-color: #AEFE12;
}
</style>
border-color css
<style>
span { border-color: #AEFE12; }
span { border-color: rgb(174,254,18); }
td.TdClassName
{
border-color: #AEFE12;
}
.TagClassName
{
border-color: #AEFE12;
}
</style>