Shades of Spring Bud #AEFF0A
Tints of Spring Bud #AEFF0A
RGB
CMYK
RGB Variations
Color information
#AEFF0A (or 0xAEFF0A) is known color: Spring Bud. HEX triplet: AE, FF and 0A. RGB value is (174,255,10). Sum of RGB (Red+Green+Blue) = 174+255+10=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF0A is #5100F5. Grayscale: #CBCBCB. Windows color (decimal): -5308662 or 720814. OLE color: 720814.
HSL color Cylindrical-coordinate representation of color #AEFF0A: hue angle of 79.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEFF0A is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 10 | - |
| CMYK | 0.32 | 0 | 0.96 | 0 |
| HSL | 79.84º | 1% | 0.52% | - |
| HSV(B) | 79.84º | 0.96% | 1% | - |
| XYZ | 53.27 | 80.54 | 13.03 | - |
| YUV | 202.85 | 19.16 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 10 | 0.32 | 0 | 0.96 | 0 | 79.84 | 1 | 0.52 |
| Hex | AE | FF | A | 20 | 0 | 60 | 0 | 50 | 64 | 34 |
| Octal | 256 | 377 | 12 | 40 | 0 | 140 | 0 | 120 | 144 | 64 |
| Binary | 10101110 | 11111111 | 1010 | 100000 | 0 | 1100000 | 0 | 1010000 | 1100100 | 110100 |
Color Harmonies of #AEFF0A
Complementary color
Monochromatic Colors of #AEFF0A
Black with #AEFF0A
Text Example
Text Example
White with #AEFF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF0A; }
p { color: rgb(174,255,10); }
H1.HeaderClassName
{
color: #AEFF0A;
}
.AnyTagClassName
{
color: #AEFF0A;
}
</style>
background-color css
<style>
a { background-color: #AEFF0A; }
a { background-color: rgb(174,255,10); }
div.DivClassName
{
background-color: #AEFF0A;
}
.BgClassName
{
background-color: #AEFF0A;
}
</style>
border-color css
<style>
span { border-color: #AEFF0A; }
span { border-color: rgb(174,255,10); }
td.TdClassName
{
border-color: #AEFF0A;
}
.TagClassName
{
border-color: #AEFF0A;
}
</style>