Shades of Spring Bud #9EFC0A
Tints of Spring Bud #9EFC0A
RGB
CMYK
RGB Variations
Color information
#9EFC0A (or 0x9EFC0A) is known color: Spring Bud. HEX triplet: 9E, FC and 0A. RGB value is (158,252,10). Sum of RGB (Red+Green+Blue) = 158+252+10=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 252 (98.83% from 255 or 60% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFC0A is #6103F5. Grayscale: #C5C5C5. Windows color (decimal): -6358006 or 720030. OLE color: 720030.
HSL color Cylindrical-coordinate representation of color #9EFC0A: hue angle of 83.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EFC0A is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 10 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.01 |
| HSL | 83.31º | 0.98% | 0.51% | - |
| HSV(B) | 83.31º | 0.96% | 0.99% | - |
| XYZ | 48.97 | 76.91 | 12.55 | - |
| YUV | 196.31 | 22.86 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 10 | 0.37 | 0 | 0.96 | 0.01 | 83.31 | 0.98 | 0.51 |
| Hex | 9E | FC | A | 25 | 0 | 60 | 1 | 53 | 62 | 33 |
| Octal | 236 | 374 | 12 | 45 | 0 | 140 | 1 | 123 | 142 | 63 |
| Binary | 10011110 | 11111100 | 1010 | 100101 | 0 | 1100000 | 1 | 1010011 | 1100010 | 110011 |
Color Harmonies of #9EFC0A
Complementary color
Monochromatic Colors of #9EFC0A
Black with #9EFC0A
Text Example
Text Example
White with #9EFC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC0A; }
p { color: rgb(158,252,10); }
H1.HeaderClassName
{
color: #9EFC0A;
}
.AnyTagClassName
{
color: #9EFC0A;
}
</style>
background-color css
<style>
a { background-color: #9EFC0A; }
a { background-color: rgb(158,252,10); }
div.DivClassName
{
background-color: #9EFC0A;
}
.BgClassName
{
background-color: #9EFC0A;
}
</style>
border-color css
<style>
span { border-color: #9EFC0A; }
span { border-color: rgb(158,252,10); }
td.TdClassName
{
border-color: #9EFC0A;
}
.TagClassName
{
border-color: #9EFC0A;
}
</style>