Shades of Spring Bud #AEF304
Tints of Spring Bud #AEF304
RGB
CMYK
RGB Variations
Color information
#AEF304 (or 0xAEF304) is known color: Spring Bud. HEX triplet: AE, F3 and 04. RGB value is (174,243,4). Sum of RGB (Red+Green+Blue) = 174+243+4=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 243 (95.31% from 255 or 57.72% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF304 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF304 is #510CFB. Grayscale: #C4C4C4. Windows color (decimal): -5311740 or 324526. OLE color: 324526.
HSL color Cylindrical-coordinate representation of color #AEF304: hue angle of 77.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEF304 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.05 |
| HSL | 77.32º | 0.97% | 0.48% | - |
| HSV(B) | 77.32º | 0.98% | 0.95% | - |
| XYZ | 49.53 | 73.11 | 11.62 | - |
| YUV | 195.12 | 20.14 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 4 | 0.28 | 0 | 0.98 | 0.05 | 77.32 | 0.97 | 0.48 |
| Hex | AE | F3 | 4 | 1C | 0 | 62 | 5 | 4D | 61 | 30 |
| Octal | 256 | 363 | 4 | 34 | 0 | 142 | 5 | 115 | 141 | 60 |
| Binary | 10101110 | 11110011 | 100 | 11100 | 0 | 1100010 | 101 | 1001101 | 1100001 | 110000 |
Color Harmonies of #AEF304
Complementary color
Monochromatic Colors of #AEF304
Black with #AEF304
Text Example
Text Example
White with #AEF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF304; }
p { color: rgb(174,243,4); }
H1.HeaderClassName
{
color: #AEF304;
}
.AnyTagClassName
{
color: #AEF304;
}
</style>
background-color css
<style>
a { background-color: #AEF304; }
a { background-color: rgb(174,243,4); }
div.DivClassName
{
background-color: #AEF304;
}
.BgClassName
{
background-color: #AEF304;
}
</style>
border-color css
<style>
span { border-color: #AEF304; }
span { border-color: rgb(174,243,4); }
td.TdClassName
{
border-color: #AEF304;
}
.TagClassName
{
border-color: #AEF304;
}
</style>