Shades of Spring Bud #AEF603
Tints of Spring Bud #AEF603
RGB
CMYK
RGB Variations
Color information
#AEF603 (or 0xAEF603) is known color: Spring Bud. HEX triplet: AE, F6 and 03. RGB value is (174,246,3). Sum of RGB (Red+Green+Blue) = 174+246+3=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 246 (96.48% from 255 or 58.16% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF603 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF603 is #5109FC. Grayscale: #C5C5C5. Windows color (decimal): -5310973 or 259758. OLE color: 259758.
HSL color Cylindrical-coordinate representation of color #AEF603: hue angle of 77.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEF603 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.04 |
| HSL | 77.78º | 0.98% | 0.49% | - |
| HSV(B) | 77.78º | 0.99% | 0.96% | - |
| XYZ | 50.43 | 74.92 | 11.89 | - |
| YUV | 196.77 | 18.65 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 3 | 0.29 | 0 | 0.99 | 0.04 | 77.78 | 0.98 | 0.49 |
| Hex | AE | F6 | 3 | 1D | 0 | 63 | 4 | 4E | 62 | 31 |
| Octal | 256 | 366 | 3 | 35 | 0 | 143 | 4 | 116 | 142 | 61 |
| Binary | 10101110 | 11110110 | 11 | 11101 | 0 | 1100011 | 100 | 1001110 | 1100010 | 110001 |
Color Harmonies of #AEF603
Complementary color
Monochromatic Colors of #AEF603
Black with #AEF603
Text Example
Text Example
White with #AEF603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF603; }
p { color: rgb(174,246,3); }
H1.HeaderClassName
{
color: #AEF603;
}
.AnyTagClassName
{
color: #AEF603;
}
</style>
background-color css
<style>
a { background-color: #AEF603; }
a { background-color: rgb(174,246,3); }
div.DivClassName
{
background-color: #AEF603;
}
.BgClassName
{
background-color: #AEF603;
}
</style>
border-color css
<style>
span { border-color: #AEF603; }
span { border-color: rgb(174,246,3); }
td.TdClassName
{
border-color: #AEF603;
}
.TagClassName
{
border-color: #AEF603;
}
</style>