Shades of Spring Bud #AEF70C
Tints of Spring Bud #AEF70C
RGB
CMYK
RGB Variations
Color information
#AEF70C (or 0xAEF70C) is known color: Spring Bud. HEX triplet: AE, F7 and 0C. RGB value is (174,247,12). Sum of RGB (Red+Green+Blue) = 174+247+12=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF70C is #5108F3. Grayscale: #C7C7C7. Windows color (decimal): -5310708 or 849838. OLE color: 849838.
HSL color Cylindrical-coordinate representation of color #AEF70C: hue angle of 78.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEF70C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 247 | 12 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.03 |
| HSL | 78.64º | 0.94% | 0.51% | - |
| HSV(B) | 78.64º | 0.95% | 0.97% | - |
| XYZ | 50.78 | 75.55 | 12.25 | - |
| YUV | 198.38 | 22.82 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 247 | 12 | 0.30 | 0 | 0.95 | 0.03 | 78.64 | 0.94 | 0.51 |
| Hex | AE | F7 | C | 1E | 0 | 5F | 3 | 4F | 5E | 33 |
| Octal | 256 | 367 | 14 | 36 | 0 | 137 | 3 | 117 | 136 | 63 |
| Binary | 10101110 | 11110111 | 1100 | 11110 | 0 | 1011111 | 11 | 1001111 | 1011110 | 110011 |
Color Harmonies of #AEF70C
Complementary color
Monochromatic Colors of #AEF70C
Black with #AEF70C
Text Example
Text Example
White with #AEF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF70C; }
p { color: rgb(174,247,12); }
H1.HeaderClassName
{
color: #AEF70C;
}
.AnyTagClassName
{
color: #AEF70C;
}
</style>
background-color css
<style>
a { background-color: #AEF70C; }
a { background-color: rgb(174,247,12); }
div.DivClassName
{
background-color: #AEF70C;
}
.BgClassName
{
background-color: #AEF70C;
}
</style>
border-color css
<style>
span { border-color: #AEF70C; }
span { border-color: rgb(174,247,12); }
td.TdClassName
{
border-color: #AEF70C;
}
.TagClassName
{
border-color: #AEF70C;
}
</style>