Shades of Spring Bud #9CF003
Tints of Spring Bud #9CF003
RGB
CMYK
RGB Variations
Color information
#9CF003 (or 0x9CF003) is known color: Spring Bud. HEX triplet: 9C, F0 and 03. RGB value is (156,240,3). Sum of RGB (Red+Green+Blue) = 156+240+3=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF003 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF003 is #630FFC. Grayscale: #BCBCBC. Windows color (decimal): -6492157 or 258204. OLE color: 258204.
HSL color Cylindrical-coordinate representation of color #9CF003: hue angle of 81.27º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CF003 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.06 |
| HSL | 81.27º | 0.98% | 0.48% | - |
| HSV(B) | 81.27º | 0.99% | 0.94% | - |
| XYZ | 44.89 | 69.39 | 11.11 | - |
| YUV | 187.87 | 23.67 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 3 | 0.35 | 0 | 0.99 | 0.06 | 81.27 | 0.98 | 0.48 |
| Hex | 9C | F0 | 3 | 23 | 0 | 63 | 6 | 51 | 62 | 30 |
| Octal | 234 | 360 | 3 | 43 | 0 | 143 | 6 | 121 | 142 | 60 |
| Binary | 10011100 | 11110000 | 11 | 100011 | 0 | 1100011 | 110 | 1010001 | 1100010 | 110000 |
Color Harmonies of #9CF003
Complementary color
Monochromatic Colors of #9CF003
Black with #9CF003
Text Example
Text Example
White with #9CF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF003; }
p { color: rgb(156,240,3); }
H1.HeaderClassName
{
color: #9CF003;
}
.AnyTagClassName
{
color: #9CF003;
}
</style>
background-color css
<style>
a { background-color: #9CF003; }
a { background-color: rgb(156,240,3); }
div.DivClassName
{
background-color: #9CF003;
}
.BgClassName
{
background-color: #9CF003;
}
</style>
border-color css
<style>
span { border-color: #9CF003; }
span { border-color: rgb(156,240,3); }
td.TdClassName
{
border-color: #9CF003;
}
.TagClassName
{
border-color: #9CF003;
}
</style>