Shades of Spring Bud #AEFC16
Tints of Spring Bud #AEFC16
RGB
CMYK
RGB Variations
Color information
#AEFC16 (or 0xAEFC16) is known color: Spring Bud. HEX triplet: AE, FC and 16. RGB value is (174,252,22). Sum of RGB (Red+Green+Blue) = 174+252+22=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFC16 is #5103E9. Grayscale: #CBCBCB. Windows color (decimal): -5309418 or 1506478. OLE color: 1506478.
HSL color Cylindrical-coordinate representation of color #AEFC16: hue angle of 80.35º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEFC16 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 252 | 22 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.01 |
| HSL | 80.35º | 0.97% | 0.54% | - |
| HSV(B) | 80.35º | 0.91% | 0.99% | - |
| XYZ | 52.41 | 78.68 | 13.18 | - |
| YUV | 202.46 | 26.16 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 252 | 22 | 0.31 | 0 | 0.91 | 0.01 | 80.35 | 0.97 | 0.54 |
| Hex | AE | FC | 16 | 1F | 0 | 5B | 1 | 50 | 61 | 36 |
| Octal | 256 | 374 | 26 | 37 | 0 | 133 | 1 | 120 | 141 | 66 |
| Binary | 10101110 | 11111100 | 10110 | 11111 | 0 | 1011011 | 1 | 1010000 | 1100001 | 110110 |
Color Harmonies of #AEFC16
Complementary color
Monochromatic Colors of #AEFC16
Black with #AEFC16
Text Example
Text Example
White with #AEFC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFC16; }
p { color: rgb(174,252,22); }
H1.HeaderClassName
{
color: #AEFC16;
}
.AnyTagClassName
{
color: #AEFC16;
}
</style>
background-color css
<style>
a { background-color: #AEFC16; }
a { background-color: rgb(174,252,22); }
div.DivClassName
{
background-color: #AEFC16;
}
.BgClassName
{
background-color: #AEFC16;
}
</style>
border-color css
<style>
span { border-color: #AEFC16; }
span { border-color: rgb(174,252,22); }
td.TdClassName
{
border-color: #AEFC16;
}
.TagClassName
{
border-color: #AEFC16;
}
</style>