Shades of Spring Bud #AEF90A
Tints of Spring Bud #AEF90A
RGB
CMYK
RGB Variations
Color information
#AEF90A (or 0xAEF90A) is known color: Spring Bud. HEX triplet: AE, F9 and 0A. RGB value is (174,249,10). Sum of RGB (Red+Green+Blue) = 174+249+10=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF90A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF90A is #5106F5. Grayscale: #C8C8C8. Windows color (decimal): -5310198 or 719278. OLE color: 719278.
HSL color Cylindrical-coordinate representation of color #AEF90A: hue angle of 78.83º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEF90A is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 249 | 10 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.02 |
| HSL | 78.83º | 0.95% | 0.51% | - |
| HSV(B) | 78.83º | 0.96% | 0.98% | - |
| XYZ | 51.39 | 76.77 | 12.4 | - |
| YUV | 199.33 | 21.15 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 249 | 10 | 0.30 | 0 | 0.96 | 0.02 | 78.83 | 0.95 | 0.51 |
| Hex | AE | F9 | A | 1E | 0 | 60 | 2 | 4F | 5F | 33 |
| Octal | 256 | 371 | 12 | 36 | 0 | 140 | 2 | 117 | 137 | 63 |
| Binary | 10101110 | 11111001 | 1010 | 11110 | 0 | 1100000 | 10 | 1001111 | 1011111 | 110011 |
Color Harmonies of #AEF90A
Complementary color
Monochromatic Colors of #AEF90A
Black with #AEF90A
Text Example
Text Example
White with #AEF90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF90A; }
p { color: rgb(174,249,10); }
H1.HeaderClassName
{
color: #AEF90A;
}
.AnyTagClassName
{
color: #AEF90A;
}
</style>
background-color css
<style>
a { background-color: #AEF90A; }
a { background-color: rgb(174,249,10); }
div.DivClassName
{
background-color: #AEF90A;
}
.BgClassName
{
background-color: #AEF90A;
}
</style>
border-color css
<style>
span { border-color: #AEF90A; }
span { border-color: rgb(174,249,10); }
td.TdClassName
{
border-color: #AEF90A;
}
.TagClassName
{
border-color: #AEF90A;
}
</style>