Shades of Spring Bud #AEF100
Tints of Spring Bud #AEF100
RGB
CMYK
RGB Variations
Color information
#AEF100 (or 0xAEF100) is known color: Spring Bud. HEX triplet: AE, F1 and 00. RGB value is (174,241,0). Sum of RGB (Red+Green+Blue) = 174+241+0=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF100 is #510EFF. Grayscale: #C2C2C2. Windows color (decimal): -5312256 or 61870. OLE color: 61870.
HSL color Cylindrical-coordinate representation of color #AEF100: hue angle of 76.68º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEF100 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.05 |
| HSL | 76.68º | 1% | 0.47% | - |
| HSV(B) | 76.68º | 1% | 0.95% | - |
| XYZ | 48.91 | 71.91 | 11.3 | - |
| YUV | 193.49 | 18.8 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 0 | 0.28 | 0 | 1 | 0.05 | 76.68 | 1 | 0.47 |
| Hex | AE | F1 | 0 | 1C | 0 | 64 | 5 | 4D | 64 | 2F |
| Octal | 256 | 361 | 0 | 34 | 0 | 144 | 5 | 115 | 144 | 57 |
| Binary | 10101110 | 11110001 | 0 | 11100 | 0 | 1100100 | 101 | 1001101 | 1100100 | 101111 |
Color Harmonies of #AEF100
Complementary color
Monochromatic Colors of #AEF100
Black with #AEF100
Text Example
Text Example
White with #AEF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF100; }
p { color: rgb(174,241,0); }
H1.HeaderClassName
{
color: #AEF100;
}
.AnyTagClassName
{
color: #AEF100;
}
</style>
background-color css
<style>
a { background-color: #AEF100; }
a { background-color: rgb(174,241,0); }
div.DivClassName
{
background-color: #AEF100;
}
.BgClassName
{
background-color: #AEF100;
}
</style>
border-color css
<style>
span { border-color: #AEF100; }
span { border-color: rgb(174,241,0); }
td.TdClassName
{
border-color: #AEF100;
}
.TagClassName
{
border-color: #AEF100;
}
</style>