Shades of Spring Bud #AEFC0A
Tints of Spring Bud #AEFC0A
RGB
CMYK
RGB Variations
Color information
#AEFC0A (or 0xAEFC0A) is known color: Spring Bud. HEX triplet: AE, FC and 0A. RGB value is (174,252,10). Sum of RGB (Red+Green+Blue) = 174+252+10=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFC0A is #5103F5. Grayscale: #C9C9C9. Windows color (decimal): -5309430 or 720046. OLE color: 720046.
HSL color Cylindrical-coordinate representation of color #AEFC0A: hue angle of 79.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEFC0A is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 252 | 10 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.01 |
| HSL | 79.34º | 0.98% | 0.51% | - |
| HSV(B) | 79.34º | 0.96% | 0.99% | - |
| XYZ | 52.32 | 78.64 | 12.71 | - |
| YUV | 201.09 | 20.16 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 252 | 10 | 0.31 | 0 | 0.96 | 0.01 | 79.34 | 0.98 | 0.51 |
| Hex | AE | FC | A | 1F | 0 | 60 | 1 | 4F | 62 | 33 |
| Octal | 256 | 374 | 12 | 37 | 0 | 140 | 1 | 117 | 142 | 63 |
| Binary | 10101110 | 11111100 | 1010 | 11111 | 0 | 1100000 | 1 | 1001111 | 1100010 | 110011 |
Color Harmonies of #AEFC0A
Complementary color
Monochromatic Colors of #AEFC0A
Black with #AEFC0A
Text Example
Text Example
White with #AEFC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFC0A; }
p { color: rgb(174,252,10); }
H1.HeaderClassName
{
color: #AEFC0A;
}
.AnyTagClassName
{
color: #AEFC0A;
}
</style>
background-color css
<style>
a { background-color: #AEFC0A; }
a { background-color: rgb(174,252,10); }
div.DivClassName
{
background-color: #AEFC0A;
}
.BgClassName
{
background-color: #AEFC0A;
}
</style>
border-color css
<style>
span { border-color: #AEFC0A; }
span { border-color: rgb(174,252,10); }
td.TdClassName
{
border-color: #AEFC0A;
}
.TagClassName
{
border-color: #AEFC0A;
}
</style>