Shades of Spring Bud #AEFE11
Tints of Spring Bud #AEFE11
RGB
CMYK
RGB Variations
Color information
#AEFE11 (or 0xAEFE11) is known color: Spring Bud. HEX triplet: AE, FE and 11. RGB value is (174,254,17). Sum of RGB (Red+Green+Blue) = 174+254+17=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFE11 is #5101EE. Grayscale: #CBCBCB. Windows color (decimal): -5308911 or 1179310. OLE color: 1179310.
HSL color Cylindrical-coordinate representation of color #AEFE11: hue angle of 80.25º 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 #AEFE11 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 17 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.00 |
| HSL | 80.25º | 0.99% | 0.53% | - |
| HSV(B) | 80.25º | 0.93% | 1% | - |
| XYZ | 53 | 79.92 | 13.16 | - |
| YUV | 203.06 | 23 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 17 | 0.31 | 0 | 0.93 | 0.00 | 80.25 | 0.99 | 0.53 |
| Hex | AE | FE | 11 | 1F | 0 | 5D | 0 | 50 | 63 | 35 |
| Octal | 256 | 376 | 21 | 37 | 0 | 135 | 0 | 120 | 143 | 65 |
| Binary | 10101110 | 11111110 | 10001 | 11111 | 0 | 1011101 | 0 | 1010000 | 1100011 | 110101 |
Color Harmonies of #AEFE11
Complementary color
Monochromatic Colors of #AEFE11
Black with #AEFE11
Text Example
Text Example
White with #AEFE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE11; }
p { color: rgb(174,254,17); }
H1.HeaderClassName
{
color: #AEFE11;
}
.AnyTagClassName
{
color: #AEFE11;
}
</style>
background-color css
<style>
a { background-color: #AEFE11; }
a { background-color: rgb(174,254,17); }
div.DivClassName
{
background-color: #AEFE11;
}
.BgClassName
{
background-color: #AEFE11;
}
</style>
border-color css
<style>
span { border-color: #AEFE11; }
span { border-color: rgb(174,254,17); }
td.TdClassName
{
border-color: #AEFE11;
}
.TagClassName
{
border-color: #AEFE11;
}
</style>