Shades of Spring Bud #9CF114
Tints of Spring Bud #9CF114
RGB
CMYK
RGB Variations
Color information
#9CF114 (or 0x9CF114) is known color: Spring Bud. HEX triplet: 9C, F1 and 14. RGB value is (156,241,20). Sum of RGB (Red+Green+Blue) = 156+241+20=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF114 is #630EEB. Grayscale: #BFBFBF. Windows color (decimal): -6491884 or 1372572. OLE color: 1372572.
HSL color Cylindrical-coordinate representation of color #9CF114: hue angle of 83.08º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CF114 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 241 | 20 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.05 |
| HSL | 83.08º | 0.89% | 0.51% | - |
| HSV(B) | 83.08º | 0.92% | 0.95% | - |
| XYZ | 45.29 | 70.03 | 11.79 | - |
| YUV | 190.39 | 31.84 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 241 | 20 | 0.35 | 0 | 0.92 | 0.05 | 83.08 | 0.89 | 0.51 |
| Hex | 9C | F1 | 14 | 23 | 0 | 5C | 5 | 53 | 59 | 33 |
| Octal | 234 | 361 | 24 | 43 | 0 | 134 | 5 | 123 | 131 | 63 |
| Binary | 10011100 | 11110001 | 10100 | 100011 | 0 | 1011100 | 101 | 1010011 | 1011001 | 110011 |
Color Harmonies of #9CF114
Complementary color
Monochromatic Colors of #9CF114
Black with #9CF114
Text Example
Text Example
White with #9CF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF114; }
p { color: rgb(156,241,20); }
H1.HeaderClassName
{
color: #9CF114;
}
.AnyTagClassName
{
color: #9CF114;
}
</style>
background-color css
<style>
a { background-color: #9CF114; }
a { background-color: rgb(156,241,20); }
div.DivClassName
{
background-color: #9CF114;
}
.BgClassName
{
background-color: #9CF114;
}
</style>
border-color css
<style>
span { border-color: #9CF114; }
span { border-color: rgb(156,241,20); }
td.TdClassName
{
border-color: #9CF114;
}
.TagClassName
{
border-color: #9CF114;
}
</style>