Shades of Spring Bud #AEF602
Tints of Spring Bud #AEF602
RGB
CMYK
RGB Variations
Color information
#AEF602 (or 0xAEF602) is known color: Spring Bud. HEX triplet: AE, F6 and 02. RGB value is (174,246,2). Sum of RGB (Red+Green+Blue) = 174+246+2=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 246 (96.48% from 255 or 58.29% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF602 is #5109FD. Grayscale: #C5C5C5. Windows color (decimal): -5310974 or 194222. OLE color: 194222.
HSL color Cylindrical-coordinate representation of color #AEF602: hue angle of 77.7º 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 #AEF602 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.04 |
| HSL | 77.7º | 0.98% | 0.49% | - |
| HSV(B) | 77.7º | 0.99% | 0.96% | - |
| XYZ | 50.42 | 74.91 | 11.86 | - |
| YUV | 196.66 | 18.15 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 2 | 0.29 | 0 | 0.99 | 0.04 | 77.7 | 0.98 | 0.49 |
| Hex | AE | F6 | 2 | 1D | 0 | 63 | 4 | 4E | 62 | 31 |
| Octal | 256 | 366 | 2 | 35 | 0 | 143 | 4 | 116 | 142 | 61 |
| Binary | 10101110 | 11110110 | 10 | 11101 | 0 | 1100011 | 100 | 1001110 | 1100010 | 110001 |
Color Harmonies of #AEF602
Complementary color
Monochromatic Colors of #AEF602
Black with #AEF602
Text Example
Text Example
White with #AEF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF602; }
p { color: rgb(174,246,2); }
H1.HeaderClassName
{
color: #AEF602;
}
.AnyTagClassName
{
color: #AEF602;
}
</style>
background-color css
<style>
a { background-color: #AEF602; }
a { background-color: rgb(174,246,2); }
div.DivClassName
{
background-color: #AEF602;
}
.BgClassName
{
background-color: #AEF602;
}
</style>
border-color css
<style>
span { border-color: #AEF602; }
span { border-color: rgb(174,246,2); }
td.TdClassName
{
border-color: #AEF602;
}
.TagClassName
{
border-color: #AEF602;
}
</style>