Shades of Spring Bud #9BEF0A
Tints of Spring Bud #9BEF0A
RGB
CMYK
RGB Variations
Color information
#9BEF0A (or 0x9BEF0A) is known color: Spring Bud. HEX triplet: 9B, EF and 0A. RGB value is (155,239,10). Sum of RGB (Red+Green+Blue) = 155+239+10=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 239 (93.75% from 255 or 59.16% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEF0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEF0A is #6410F5. Grayscale: #BCBCBC. Windows color (decimal): -6557942 or 716699. OLE color: 716699.
HSL color Cylindrical-coordinate representation of color #9BEF0A: hue angle of 82.01º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BEF0A is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 10 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.06 |
| HSL | 82.01º | 0.92% | 0.49% | - |
| HSV(B) | 82.01º | 0.96% | 0.94% | - |
| XYZ | 44.44 | 68.72 | 11.21 | - |
| YUV | 187.78 | 27.67 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 10 | 0.35 | 0 | 0.96 | 0.06 | 82.01 | 0.92 | 0.49 |
| Hex | 9B | EF | A | 23 | 0 | 60 | 6 | 52 | 5C | 31 |
| Octal | 233 | 357 | 12 | 43 | 0 | 140 | 6 | 122 | 134 | 61 |
| Binary | 10011011 | 11101111 | 1010 | 100011 | 0 | 1100000 | 110 | 1010010 | 1011100 | 110001 |
Color Harmonies of #9BEF0A
Complementary color
Monochromatic Colors of #9BEF0A
Black with #9BEF0A
Text Example
Text Example
White with #9BEF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEF0A; }
p { color: rgb(155,239,10); }
H1.HeaderClassName
{
color: #9BEF0A;
}
.AnyTagClassName
{
color: #9BEF0A;
}
</style>
background-color css
<style>
a { background-color: #9BEF0A; }
a { background-color: rgb(155,239,10); }
div.DivClassName
{
background-color: #9BEF0A;
}
.BgClassName
{
background-color: #9BEF0A;
}
</style>
border-color css
<style>
span { border-color: #9BEF0A; }
span { border-color: rgb(155,239,10); }
td.TdClassName
{
border-color: #9BEF0A;
}
.TagClassName
{
border-color: #9BEF0A;
}
</style>