Shades of Spring Bud #AEFF13
Tints of Spring Bud #AEFF13
RGB
CMYK
RGB Variations
Color information
#AEFF13 (or 0xAEFF13) is known color: Spring Bud. HEX triplet: AE, FF and 13. RGB value is (174,255,19). Sum of RGB (Red+Green+Blue) = 174+255+19=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF13 is #5100EC. Grayscale: #CCCCCC. Windows color (decimal): -5308653 or 1310638. OLE color: 1310638.
HSL color Cylindrical-coordinate representation of color #AEFF13: hue angle of 80.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEFF13 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 19 | - |
| CMYK | 0.32 | 0 | 0.93 | 0 |
| HSL | 80.59º | 1% | 0.54% | - |
| HSV(B) | 80.59º | 0.93% | 1% | - |
| XYZ | 53.33 | 80.57 | 13.36 | - |
| YUV | 203.88 | 23.66 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 19 | 0.32 | 0 | 0.93 | 0 | 80.59 | 1 | 0.54 |
| Hex | AE | FF | 13 | 20 | 0 | 5D | 0 | 51 | 64 | 36 |
| Octal | 256 | 377 | 23 | 40 | 0 | 135 | 0 | 121 | 144 | 66 |
| Binary | 10101110 | 11111111 | 10011 | 100000 | 0 | 1011101 | 0 | 1010001 | 1100100 | 110110 |
Color Harmonies of #AEFF13
Complementary color
Monochromatic Colors of #AEFF13
Black with #AEFF13
Text Example
Text Example
White with #AEFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF13; }
p { color: rgb(174,255,19); }
H1.HeaderClassName
{
color: #AEFF13;
}
.AnyTagClassName
{
color: #AEFF13;
}
</style>
background-color css
<style>
a { background-color: #AEFF13; }
a { background-color: rgb(174,255,19); }
div.DivClassName
{
background-color: #AEFF13;
}
.BgClassName
{
background-color: #AEFF13;
}
</style>
border-color css
<style>
span { border-color: #AEFF13; }
span { border-color: rgb(174,255,19); }
td.TdClassName
{
border-color: #AEFF13;
}
.TagClassName
{
border-color: #AEFF13;
}
</style>