Shades of Spring Bud #AEF30D
Tints of Spring Bud #AEF30D
RGB
CMYK
RGB Variations
Color information
#AEF30D (or 0xAEF30D) is known color: Spring Bud. HEX triplet: AE, F3 and 0D. RGB value is (174,243,13). Sum of RGB (Red+Green+Blue) = 174+243+13=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 243 (95.31% from 255 or 56.51% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF30D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF30D is #510CF2. Grayscale: #C5C5C5. Windows color (decimal): -5311731 or 914350. OLE color: 914350.
HSL color Cylindrical-coordinate representation of color #AEF30D: hue angle of 78º 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 #AEF30D is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 13 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.05 |
| HSL | 78º | 0.91% | 0.5% | - |
| HSV(B) | 78º | 0.95% | 0.95% | - |
| XYZ | 49.58 | 73.13 | 11.88 | - |
| YUV | 196.15 | 24.64 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 13 | 0.28 | 0 | 0.95 | 0.05 | 78 | 0.91 | 0.5 |
| Hex | AE | F3 | D | 1C | 0 | 5F | 5 | 4E | 5B | 32 |
| Octal | 256 | 363 | 15 | 34 | 0 | 137 | 5 | 116 | 133 | 62 |
| Binary | 10101110 | 11110011 | 1101 | 11100 | 0 | 1011111 | 101 | 1001110 | 1011011 | 110010 |
Color Harmonies of #AEF30D
Complementary color
Monochromatic Colors of #AEF30D
Black with #AEF30D
Text Example
Text Example
White with #AEF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF30D; }
p { color: rgb(174,243,13); }
H1.HeaderClassName
{
color: #AEF30D;
}
.AnyTagClassName
{
color: #AEF30D;
}
</style>
background-color css
<style>
a { background-color: #AEF30D; }
a { background-color: rgb(174,243,13); }
div.DivClassName
{
background-color: #AEF30D;
}
.BgClassName
{
background-color: #AEF30D;
}
</style>
border-color css
<style>
span { border-color: #AEF30D; }
span { border-color: rgb(174,243,13); }
td.TdClassName
{
border-color: #AEF30D;
}
.TagClassName
{
border-color: #AEF30D;
}
</style>