Shades of Spring Bud #9AEC0A
Tints of Spring Bud #9AEC0A
RGB
CMYK
RGB Variations
Color information
#9AEC0A (or 0x9AEC0A) is known color: Spring Bud. HEX triplet: 9A, EC and 0A. RGB value is (154,236,10). Sum of RGB (Red+Green+Blue) = 154+236+10=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 236 (92.58% from 255 or 59% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 236 - color contains mainly: green. Hex color #9AEC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AEC0A is #6513F5. Grayscale: #BABABA. Windows color (decimal): -6624246 or 715930. OLE color: 715930.
HSL color Cylindrical-coordinate representation of color #9AEC0A: hue angle of 81.77º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AEC0A is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 236 | 10 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.07 |
| HSL | 81.77º | 0.92% | 0.48% | - |
| HSV(B) | 81.77º | 0.96% | 0.93% | - |
| XYZ | 43.38 | 66.88 | 10.91 | - |
| YUV | 185.72 | 28.83 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 10 | 0.35 | 0 | 0.96 | 0.07 | 81.77 | 0.92 | 0.48 |
| Hex | 9A | EC | A | 23 | 0 | 60 | 7 | 52 | 5C | 30 |
| Octal | 232 | 354 | 12 | 43 | 0 | 140 | 7 | 122 | 134 | 60 |
| Binary | 10011010 | 11101100 | 1010 | 100011 | 0 | 1100000 | 111 | 1010010 | 1011100 | 110000 |
Color Harmonies of #9AEC0A
Complementary color
Monochromatic Colors of #9AEC0A
Black with #9AEC0A
Text Example
Text Example
White with #9AEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEC0A; }
p { color: rgb(154,236,10); }
H1.HeaderClassName
{
color: #9AEC0A;
}
.AnyTagClassName
{
color: #9AEC0A;
}
</style>
background-color css
<style>
a { background-color: #9AEC0A; }
a { background-color: rgb(154,236,10); }
div.DivClassName
{
background-color: #9AEC0A;
}
.BgClassName
{
background-color: #9AEC0A;
}
</style>
border-color css
<style>
span { border-color: #9AEC0A; }
span { border-color: rgb(154,236,10); }
td.TdClassName
{
border-color: #9AEC0A;
}
.TagClassName
{
border-color: #9AEC0A;
}
</style>