Shades of Spring Bud #9CF203
Tints of Spring Bud #9CF203
RGB
CMYK
RGB Variations
Color information
#9CF203 (or 0x9CF203) is known color: Spring Bud. HEX triplet: 9C, F2 and 03. RGB value is (156,242,3). Sum of RGB (Red+Green+Blue) = 156+242+3=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF203 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF203 is #630DFC. Grayscale: #BDBDBD. Windows color (decimal): -6491645 or 258716. OLE color: 258716.
HSL color Cylindrical-coordinate representation of color #9CF203: hue angle of 81.59º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CF203 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 3 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.05 |
| HSL | 81.59º | 0.98% | 0.48% | - |
| HSV(B) | 81.59º | 0.99% | 0.95% | - |
| XYZ | 45.48 | 70.58 | 11.31 | - |
| YUV | 189.04 | 23.01 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 3 | 0.36 | 0 | 0.99 | 0.05 | 81.59 | 0.98 | 0.48 |
| Hex | 9C | F2 | 3 | 24 | 0 | 63 | 5 | 52 | 62 | 30 |
| Octal | 234 | 362 | 3 | 44 | 0 | 143 | 5 | 122 | 142 | 60 |
| Binary | 10011100 | 11110010 | 11 | 100100 | 0 | 1100011 | 101 | 1010010 | 1100010 | 110000 |
Color Harmonies of #9CF203
Complementary color
Monochromatic Colors of #9CF203
Black with #9CF203
Text Example
Text Example
White with #9CF203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF203; }
p { color: rgb(156,242,3); }
H1.HeaderClassName
{
color: #9CF203;
}
.AnyTagClassName
{
color: #9CF203;
}
</style>
background-color css
<style>
a { background-color: #9CF203; }
a { background-color: rgb(156,242,3); }
div.DivClassName
{
background-color: #9CF203;
}
.BgClassName
{
background-color: #9CF203;
}
</style>
border-color css
<style>
span { border-color: #9CF203; }
span { border-color: rgb(156,242,3); }
td.TdClassName
{
border-color: #9CF203;
}
.TagClassName
{
border-color: #9CF203;
}
</style>