Shades of Spring Bud #9EFA08
Tints of Spring Bud #9EFA08
RGB
CMYK
RGB Variations
Color information
#9EFA08 (or 0x9EFA08) is known color: Spring Bud. HEX triplet: 9E, FA and 08. RGB value is (158,250,8). Sum of RGB (Red+Green+Blue) = 158+250+8=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFA08 is #6105F7. Grayscale: #C3C3C3. Windows color (decimal): -6358520 or 588446. OLE color: 588446.
HSL color Cylindrical-coordinate representation of color #9EFA08: hue angle of 82.81º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EFA08 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 8 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.02 |
| HSL | 82.81º | 0.96% | 0.51% | - |
| HSV(B) | 82.81º | 0.97% | 0.98% | - |
| XYZ | 48.33 | 75.66 | 12.29 | - |
| YUV | 194.9 | 22.52 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 8 | 0.37 | 0 | 0.97 | 0.02 | 82.81 | 0.96 | 0.51 |
| Hex | 9E | FA | 8 | 25 | 0 | 61 | 2 | 53 | 60 | 33 |
| Octal | 236 | 372 | 10 | 45 | 0 | 141 | 2 | 123 | 140 | 63 |
| Binary | 10011110 | 11111010 | 1000 | 100101 | 0 | 1100001 | 10 | 1010011 | 1100000 | 110011 |
Color Harmonies of #9EFA08
Complementary color
Monochromatic Colors of #9EFA08
Black with #9EFA08
Text Example
Text Example
White with #9EFA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFA08; }
p { color: rgb(158,250,8); }
H1.HeaderClassName
{
color: #9EFA08;
}
.AnyTagClassName
{
color: #9EFA08;
}
</style>
background-color css
<style>
a { background-color: #9EFA08; }
a { background-color: rgb(158,250,8); }
div.DivClassName
{
background-color: #9EFA08;
}
.BgClassName
{
background-color: #9EFA08;
}
</style>
border-color css
<style>
span { border-color: #9EFA08; }
span { border-color: rgb(158,250,8); }
td.TdClassName
{
border-color: #9EFA08;
}
.TagClassName
{
border-color: #9EFA08;
}
</style>