Shades of Spring Bud #AEF80C
Tints of Spring Bud #AEF80C
RGB
CMYK
RGB Variations
Color information
#AEF80C (or 0xAEF80C) is known color: Spring Bud. HEX triplet: AE, F8 and 0C. RGB value is (174,248,12). Sum of RGB (Red+Green+Blue) = 174+248+12=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 248 (97.27% from 255 or 57.14% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF80C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF80C is #5107F3. Grayscale: #C7C7C7. Windows color (decimal): -5310452 or 850094. OLE color: 850094.
HSL color Cylindrical-coordinate representation of color #AEF80C: hue angle of 78.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEF80C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 248 | 12 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.03 |
| HSL | 78.81º | 0.94% | 0.51% | - |
| HSV(B) | 78.81º | 0.95% | 0.97% | - |
| XYZ | 51.09 | 76.16 | 12.36 | - |
| YUV | 198.97 | 22.48 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 12 | 0.30 | 0 | 0.95 | 0.03 | 78.81 | 0.94 | 0.51 |
| Hex | AE | F8 | C | 1E | 0 | 5F | 3 | 4F | 5E | 33 |
| Octal | 256 | 370 | 14 | 36 | 0 | 137 | 3 | 117 | 136 | 63 |
| Binary | 10101110 | 11111000 | 1100 | 11110 | 0 | 1011111 | 11 | 1001111 | 1011110 | 110011 |
Color Harmonies of #AEF80C
Complementary color
Monochromatic Colors of #AEF80C
Black with #AEF80C
Text Example
Text Example
White with #AEF80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF80C; }
p { color: rgb(174,248,12); }
H1.HeaderClassName
{
color: #AEF80C;
}
.AnyTagClassName
{
color: #AEF80C;
}
</style>
background-color css
<style>
a { background-color: #AEF80C; }
a { background-color: rgb(174,248,12); }
div.DivClassName
{
background-color: #AEF80C;
}
.BgClassName
{
background-color: #AEF80C;
}
</style>
border-color css
<style>
span { border-color: #AEF80C; }
span { border-color: rgb(174,248,12); }
td.TdClassName
{
border-color: #AEF80C;
}
.TagClassName
{
border-color: #AEF80C;
}
</style>