Shades of Spring Bud #AEFE17
Tints of Spring Bud #AEFE17
RGB
CMYK
RGB Variations
Color information
#AEFE17 (or 0xAEFE17) is known color: Spring Bud. HEX triplet: AE, FE and 17. RGB value is (174,254,23). Sum of RGB (Red+Green+Blue) = 174+254+23=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFE17 is #5101E8. Grayscale: #CCCCCC. Windows color (decimal): -5308905 or 1572526. OLE color: 1572526.
HSL color Cylindrical-coordinate representation of color #AEFE17: hue angle of 80.78º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEFE17 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 23 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.00 |
| HSL | 80.78º | 0.99% | 0.54% | - |
| HSV(B) | 80.78º | 0.91% | 1% | - |
| XYZ | 53.05 | 79.94 | 13.45 | - |
| YUV | 203.75 | 26 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 23 | 0.31 | 0 | 0.91 | 0.00 | 80.78 | 0.99 | 0.54 |
| Hex | AE | FE | 17 | 1F | 0 | 5B | 0 | 51 | 63 | 36 |
| Octal | 256 | 376 | 27 | 37 | 0 | 133 | 0 | 121 | 143 | 66 |
| Binary | 10101110 | 11111110 | 10111 | 11111 | 0 | 1011011 | 0 | 1010001 | 1100011 | 110110 |
Color Harmonies of #AEFE17
Complementary color
Monochromatic Colors of #AEFE17
Black with #AEFE17
Text Example
Text Example
White with #AEFE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE17; }
p { color: rgb(174,254,23); }
H1.HeaderClassName
{
color: #AEFE17;
}
.AnyTagClassName
{
color: #AEFE17;
}
</style>
background-color css
<style>
a { background-color: #AEFE17; }
a { background-color: rgb(174,254,23); }
div.DivClassName
{
background-color: #AEFE17;
}
.BgClassName
{
background-color: #AEFE17;
}
</style>
border-color css
<style>
span { border-color: #AEFE17; }
span { border-color: rgb(174,254,23); }
td.TdClassName
{
border-color: #AEFE17;
}
.TagClassName
{
border-color: #AEFE17;
}
</style>