Shades of Spring Bud #AEF90C
Tints of Spring Bud #AEF90C
RGB
CMYK
RGB Variations
Color information
#AEF90C (or 0xAEF90C) is known color: Spring Bud. HEX triplet: AE, F9 and 0C. RGB value is (174,249,12). Sum of RGB (Red+Green+Blue) = 174+249+12=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 249 (97.66% from 255 or 57.24% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF90C is #5106F3. Grayscale: #C8C8C8. Windows color (decimal): -5310196 or 850350. OLE color: 850350.
HSL color Cylindrical-coordinate representation of color #AEF90C: hue angle of 78.99º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEF90C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 249 | 12 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.02 |
| HSL | 78.99º | 0.95% | 0.51% | - |
| HSV(B) | 78.99º | 0.95% | 0.98% | - |
| XYZ | 51.4 | 76.78 | 12.46 | - |
| YUV | 199.56 | 22.15 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 249 | 12 | 0.30 | 0 | 0.95 | 0.02 | 78.99 | 0.95 | 0.51 |
| Hex | AE | F9 | C | 1E | 0 | 5F | 2 | 4F | 5F | 33 |
| Octal | 256 | 371 | 14 | 36 | 0 | 137 | 2 | 117 | 137 | 63 |
| Binary | 10101110 | 11111001 | 1100 | 11110 | 0 | 1011111 | 10 | 1001111 | 1011111 | 110011 |
Color Harmonies of #AEF90C
Complementary color
Monochromatic Colors of #AEF90C
Black with #AEF90C
Text Example
Text Example
White with #AEF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF90C; }
p { color: rgb(174,249,12); }
H1.HeaderClassName
{
color: #AEF90C;
}
.AnyTagClassName
{
color: #AEF90C;
}
</style>
background-color css
<style>
a { background-color: #AEF90C; }
a { background-color: rgb(174,249,12); }
div.DivClassName
{
background-color: #AEF90C;
}
.BgClassName
{
background-color: #AEF90C;
}
</style>
border-color css
<style>
span { border-color: #AEF90C; }
span { border-color: rgb(174,249,12); }
td.TdClassName
{
border-color: #AEF90C;
}
.TagClassName
{
border-color: #AEF90C;
}
</style>