Shades of Spring Bud #9FEA00
Tints of Spring Bud #9FEA00
RGB
CMYK
RGB Variations
Color information
#9FEA00 (or 0x9FEA00) is known color: Spring Bud. HEX triplet: 9F, EA and 00. RGB value is (159,234,0). Sum of RGB (Red+Green+Blue) = 159+234+0=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 234 (91.80% from 255 or 59.54% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEA00 is #6015FF. Grayscale: #B9B9B9. Windows color (decimal): -6297088 or 60063. OLE color: 60063.
HSL color Cylindrical-coordinate representation of color #9FEA00: hue angle of 79.23º 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 #9FEA00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.08 |
| HSL | 79.23º | 1% | 0.46% | - |
| HSV(B) | 79.23º | 1% | 0.92% | - |
| XYZ | 43.72 | 66.22 | 10.48 | - |
| YUV | 184.9 | 23.65 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 0 | 0.32 | 0 | 1 | 0.08 | 79.23 | 1 | 0.46 |
| Hex | 9F | EA | 0 | 20 | 0 | 64 | 8 | 4F | 64 | 2E |
| Octal | 237 | 352 | 0 | 40 | 0 | 144 | 10 | 117 | 144 | 56 |
| Binary | 10011111 | 11101010 | 0 | 100000 | 0 | 1100100 | 1000 | 1001111 | 1100100 | 101110 |
Color Harmonies of #9FEA00
Complementary color
Monochromatic Colors of #9FEA00
Black with #9FEA00
Text Example
Text Example
White with #9FEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA00; }
p { color: rgb(159,234,0); }
H1.HeaderClassName
{
color: #9FEA00;
}
.AnyTagClassName
{
color: #9FEA00;
}
</style>
background-color css
<style>
a { background-color: #9FEA00; }
a { background-color: rgb(159,234,0); }
div.DivClassName
{
background-color: #9FEA00;
}
.BgClassName
{
background-color: #9FEA00;
}
</style>
border-color css
<style>
span { border-color: #9FEA00; }
span { border-color: rgb(159,234,0); }
td.TdClassName
{
border-color: #9FEA00;
}
.TagClassName
{
border-color: #9FEA00;
}
</style>