Shades of Spring Bud #AEFA16
Tints of Spring Bud #AEFA16
RGB
CMYK
RGB Variations
Color information
#AEFA16 (or 0xAEFA16) is known color: Spring Bud. HEX triplet: AE, FA and 16. RGB value is (174,250,22). Sum of RGB (Red+Green+Blue) = 174+250+22=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFA16 is #5105E9. Grayscale: #CACACA. Windows color (decimal): -5309930 or 1505966. OLE color: 1505966.
HSL color Cylindrical-coordinate representation of color #AEFA16: hue angle of 80º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEFA16 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 250 | 22 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.02 |
| HSL | 80º | 0.96% | 0.53% | - |
| HSV(B) | 80º | 0.91% | 0.98% | - |
| XYZ | 51.79 | 77.43 | 12.97 | - |
| YUV | 201.28 | 26.82 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 250 | 22 | 0.30 | 0 | 0.91 | 0.02 | 80 | 0.96 | 0.53 |
| Hex | AE | FA | 16 | 1E | 0 | 5B | 2 | 50 | 60 | 35 |
| Octal | 256 | 372 | 26 | 36 | 0 | 133 | 2 | 120 | 140 | 65 |
| Binary | 10101110 | 11111010 | 10110 | 11110 | 0 | 1011011 | 10 | 1010000 | 1100000 | 110101 |
Color Harmonies of #AEFA16
Complementary color
Monochromatic Colors of #AEFA16
Black with #AEFA16
Text Example
Text Example
White with #AEFA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFA16; }
p { color: rgb(174,250,22); }
H1.HeaderClassName
{
color: #AEFA16;
}
.AnyTagClassName
{
color: #AEFA16;
}
</style>
background-color css
<style>
a { background-color: #AEFA16; }
a { background-color: rgb(174,250,22); }
div.DivClassName
{
background-color: #AEFA16;
}
.BgClassName
{
background-color: #AEFA16;
}
</style>
border-color css
<style>
span { border-color: #AEFA16; }
span { border-color: rgb(174,250,22); }
td.TdClassName
{
border-color: #AEFA16;
}
.TagClassName
{
border-color: #AEFA16;
}
</style>