Shades of Spring Bud #9CF90F
Tints of Spring Bud #9CF90F
RGB
CMYK
RGB Variations
Color information
#9CF90F (or 0x9CF90F) is known color: Spring Bud. HEX triplet: 9C, F9 and 0F. RGB value is (156,249,15). Sum of RGB (Red+Green+Blue) = 156+249+15=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 249 (97.66% from 255 or 59.29% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF90F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF90F is #6306F0. Grayscale: #C3C3C3. Windows color (decimal): -6489841 or 1046940. OLE color: 1046940.
HSL color Cylindrical-coordinate representation of color #9CF90F: hue angle of 83.85º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CF90F is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 15 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.02 |
| HSL | 83.85º | 0.95% | 0.52% | - |
| HSV(B) | 83.85º | 0.94% | 0.98% | - |
| XYZ | 47.67 | 74.85 | 12.39 | - |
| YUV | 194.52 | 26.69 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 15 | 0.37 | 0 | 0.94 | 0.02 | 83.85 | 0.95 | 0.52 |
| Hex | 9C | F9 | F | 25 | 0 | 5E | 2 | 54 | 5F | 34 |
| Octal | 234 | 371 | 17 | 45 | 0 | 136 | 2 | 124 | 137 | 64 |
| Binary | 10011100 | 11111001 | 1111 | 100101 | 0 | 1011110 | 10 | 1010100 | 1011111 | 110100 |
Color Harmonies of #9CF90F
Complementary color
Monochromatic Colors of #9CF90F
Black with #9CF90F
Text Example
Text Example
White with #9CF90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF90F; }
p { color: rgb(156,249,15); }
H1.HeaderClassName
{
color: #9CF90F;
}
.AnyTagClassName
{
color: #9CF90F;
}
</style>
background-color css
<style>
a { background-color: #9CF90F; }
a { background-color: rgb(156,249,15); }
div.DivClassName
{
background-color: #9CF90F;
}
.BgClassName
{
background-color: #9CF90F;
}
</style>
border-color css
<style>
span { border-color: #9CF90F; }
span { border-color: rgb(156,249,15); }
td.TdClassName
{
border-color: #9CF90F;
}
.TagClassName
{
border-color: #9CF90F;
}
</style>