Shades of Spring Bud #AEF610
Tints of Spring Bud #AEF610
RGB
CMYK
RGB Variations
Color information
#AEF610 (or 0xAEF610) is known color: Spring Bud. HEX triplet: AE, F6 and 10. RGB value is (174,246,16). Sum of RGB (Red+Green+Blue) = 174+246+16=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 246 (96.48% from 255 or 56.42% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF610 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF610 is #5109EF. Grayscale: #C7C7C7. Windows color (decimal): -5310960 or 1111726. OLE color: 1111726.
HSL color Cylindrical-coordinate representation of color #AEF610: hue angle of 78.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEF610 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 16 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.04 |
| HSL | 78.78º | 0.93% | 0.51% | - |
| HSV(B) | 78.78º | 0.93% | 0.96% | - |
| XYZ | 50.5 | 74.95 | 12.29 | - |
| YUV | 198.25 | 25.15 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 16 | 0.29 | 0 | 0.93 | 0.04 | 78.78 | 0.93 | 0.51 |
| Hex | AE | F6 | 10 | 1D | 0 | 5D | 4 | 4F | 5D | 33 |
| Octal | 256 | 366 | 20 | 35 | 0 | 135 | 4 | 117 | 135 | 63 |
| Binary | 10101110 | 11110110 | 10000 | 11101 | 0 | 1011101 | 100 | 1001111 | 1011101 | 110011 |
Color Harmonies of #AEF610
Complementary color
Monochromatic Colors of #AEF610
Black with #AEF610
Text Example
Text Example
White with #AEF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF610; }
p { color: rgb(174,246,16); }
H1.HeaderClassName
{
color: #AEF610;
}
.AnyTagClassName
{
color: #AEF610;
}
</style>
background-color css
<style>
a { background-color: #AEF610; }
a { background-color: rgb(174,246,16); }
div.DivClassName
{
background-color: #AEF610;
}
.BgClassName
{
background-color: #AEF610;
}
</style>
border-color css
<style>
span { border-color: #AEF610; }
span { border-color: rgb(174,246,16); }
td.TdClassName
{
border-color: #AEF610;
}
.TagClassName
{
border-color: #AEF610;
}
</style>