Shades of Spring Bud #AEF30C
Tints of Spring Bud #AEF30C
RGB
CMYK
RGB Variations
Color information
#AEF30C (or 0xAEF30C) is known color: Spring Bud. HEX triplet: AE, F3 and 0C. RGB value is (174,243,12). Sum of RGB (Red+Green+Blue) = 174+243+12=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF30C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF30C is #510CF3. Grayscale: #C4C4C4. Windows color (decimal): -5311732 or 848814. OLE color: 848814.
HSL color Cylindrical-coordinate representation of color #AEF30C: hue angle of 77.92º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEF30C is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 12 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.05 |
| HSL | 77.92º | 0.91% | 0.5% | - |
| HSV(B) | 77.92º | 0.95% | 0.95% | - |
| XYZ | 49.57 | 73.13 | 11.85 | - |
| YUV | 196.04 | 24.14 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 12 | 0.28 | 0 | 0.95 | 0.05 | 77.92 | 0.91 | 0.5 |
| Hex | AE | F3 | C | 1C | 0 | 5F | 5 | 4E | 5B | 32 |
| Octal | 256 | 363 | 14 | 34 | 0 | 137 | 5 | 116 | 133 | 62 |
| Binary | 10101110 | 11110011 | 1100 | 11100 | 0 | 1011111 | 101 | 1001110 | 1011011 | 110010 |
Color Harmonies of #AEF30C
Complementary color
Monochromatic Colors of #AEF30C
Black with #AEF30C
Text Example
Text Example
White with #AEF30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF30C; }
p { color: rgb(174,243,12); }
H1.HeaderClassName
{
color: #AEF30C;
}
.AnyTagClassName
{
color: #AEF30C;
}
</style>
background-color css
<style>
a { background-color: #AEF30C; }
a { background-color: rgb(174,243,12); }
div.DivClassName
{
background-color: #AEF30C;
}
.BgClassName
{
background-color: #AEF30C;
}
</style>
border-color css
<style>
span { border-color: #AEF30C; }
span { border-color: rgb(174,243,12); }
td.TdClassName
{
border-color: #AEF30C;
}
.TagClassName
{
border-color: #AEF30C;
}
</style>