Shades of Spring Bud #AEF302
Tints of Spring Bud #AEF302
RGB
CMYK
RGB Variations
Color information
#AEF302 (or 0xAEF302) is known color: Spring Bud. HEX triplet: AE, F3 and 02. RGB value is (174,243,2). Sum of RGB (Red+Green+Blue) = 174+243+2=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF302 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF302 is #510CFD. Grayscale: #C3C3C3. Windows color (decimal): -5311742 or 193454. OLE color: 193454.
HSL color Cylindrical-coordinate representation of color #AEF302: hue angle of 77.18º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEF302 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.05 |
| HSL | 77.18º | 0.98% | 0.48% | - |
| HSV(B) | 77.18º | 0.99% | 0.95% | - |
| XYZ | 49.52 | 73.1 | 11.56 | - |
| YUV | 194.9 | 19.14 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 2 | 0.28 | 0 | 0.99 | 0.05 | 77.18 | 0.98 | 0.48 |
| Hex | AE | F3 | 2 | 1C | 0 | 63 | 5 | 4D | 62 | 30 |
| Octal | 256 | 363 | 2 | 34 | 0 | 143 | 5 | 115 | 142 | 60 |
| Binary | 10101110 | 11110011 | 10 | 11100 | 0 | 1100011 | 101 | 1001101 | 1100010 | 110000 |
Color Harmonies of #AEF302
Complementary color
Monochromatic Colors of #AEF302
Black with #AEF302
Text Example
Text Example
White with #AEF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF302; }
p { color: rgb(174,243,2); }
H1.HeaderClassName
{
color: #AEF302;
}
.AnyTagClassName
{
color: #AEF302;
}
</style>
background-color css
<style>
a { background-color: #AEF302; }
a { background-color: rgb(174,243,2); }
div.DivClassName
{
background-color: #AEF302;
}
.BgClassName
{
background-color: #AEF302;
}
</style>
border-color css
<style>
span { border-color: #AEF302; }
span { border-color: rgb(174,243,2); }
td.TdClassName
{
border-color: #AEF302;
}
.TagClassName
{
border-color: #AEF302;
}
</style>