Shades of Spring Bud #9AEB00
Tints of Spring Bud #9AEB00
RGB
CMYK
RGB Variations
Color information
#9AEB00 (or 0x9AEB00) is known color: Spring Bud. HEX triplet: 9A, EB and 00. RGB value is (154,235,0). Sum of RGB (Red+Green+Blue) = 154+235+0=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 235 (92.19% from 255 or 60.41% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AEB00 is #6514FF. Grayscale: #B8B8B8. Windows color (decimal): -6624512 or 60314. OLE color: 60314.
HSL color Cylindrical-coordinate representation of color #9AEB00: hue angle of 80.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AEB00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 235 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.08 |
| HSL | 80.68º | 1% | 0.46% | - |
| HSV(B) | 80.68º | 1% | 0.92% | - |
| XYZ | 43.03 | 66.29 | 10.53 | - |
| YUV | 183.99 | 24.16 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 235 | 0 | 0.34 | 0 | 1 | 0.08 | 80.68 | 1 | 0.46 |
| Hex | 9A | EB | 0 | 22 | 0 | 64 | 8 | 51 | 64 | 2E |
| Octal | 232 | 353 | 0 | 42 | 0 | 144 | 10 | 121 | 144 | 56 |
| Binary | 10011010 | 11101011 | 0 | 100010 | 0 | 1100100 | 1000 | 1010001 | 1100100 | 101110 |
Color Harmonies of #9AEB00
Complementary color
Monochromatic Colors of #9AEB00
Black with #9AEB00
Text Example
Text Example
White with #9AEB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEB00; }
p { color: rgb(154,235,0); }
H1.HeaderClassName
{
color: #9AEB00;
}
.AnyTagClassName
{
color: #9AEB00;
}
</style>
background-color css
<style>
a { background-color: #9AEB00; }
a { background-color: rgb(154,235,0); }
div.DivClassName
{
background-color: #9AEB00;
}
.BgClassName
{
background-color: #9AEB00;
}
</style>
border-color css
<style>
span { border-color: #9AEB00; }
span { border-color: rgb(154,235,0); }
td.TdClassName
{
border-color: #9AEB00;
}
.TagClassName
{
border-color: #9AEB00;
}
</style>