Shades of Spring Bud #AEF002
Tints of Spring Bud #AEF002
RGB
CMYK
RGB Variations
Color information
#AEF002 (or 0xAEF002) is known color: Spring Bud. HEX triplet: AE, F0 and 02. RGB value is (174,240,2). Sum of RGB (Red+Green+Blue) = 174+240+2=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF002 is #510FFD. Grayscale: #C2C2C2. Windows color (decimal): -5312510 or 192686. OLE color: 192686.
HSL color Cylindrical-coordinate representation of color #AEF002: hue angle of 76.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEF002 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.06 |
| HSL | 76.64º | 0.98% | 0.47% | - |
| HSV(B) | 76.64º | 0.99% | 0.94% | - |
| XYZ | 48.63 | 71.32 | 11.26 | - |
| YUV | 193.13 | 20.13 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 2 | 0.28 | 0 | 0.99 | 0.06 | 76.64 | 0.98 | 0.47 |
| Hex | AE | F0 | 2 | 1C | 0 | 63 | 6 | 4D | 62 | 2F |
| Octal | 256 | 360 | 2 | 34 | 0 | 143 | 6 | 115 | 142 | 57 |
| Binary | 10101110 | 11110000 | 10 | 11100 | 0 | 1100011 | 110 | 1001101 | 1100010 | 101111 |
Color Harmonies of #AEF002
Complementary color
Monochromatic Colors of #AEF002
Black with #AEF002
Text Example
Text Example
White with #AEF002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF002; }
p { color: rgb(174,240,2); }
H1.HeaderClassName
{
color: #AEF002;
}
.AnyTagClassName
{
color: #AEF002;
}
</style>
background-color css
<style>
a { background-color: #AEF002; }
a { background-color: rgb(174,240,2); }
div.DivClassName
{
background-color: #AEF002;
}
.BgClassName
{
background-color: #AEF002;
}
</style>
border-color css
<style>
span { border-color: #AEF002; }
span { border-color: rgb(174,240,2); }
td.TdClassName
{
border-color: #AEF002;
}
.TagClassName
{
border-color: #AEF002;
}
</style>