Shades of Spring Bud #9CF302
Tints of Spring Bud #9CF302
RGB
CMYK
RGB Variations
Color information
#9CF302 (or 0x9CF302) is known color: Spring Bud. HEX triplet: 9C, F3 and 02. RGB value is (156,243,2). Sum of RGB (Red+Green+Blue) = 156+243+2=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 243 (95.31% from 255 or 60.60% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF302 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF302 is #630CFD. Grayscale: #BEBEBE. Windows color (decimal): -6491390 or 193436. OLE color: 193436.
HSL color Cylindrical-coordinate representation of color #9CF302: hue angle of 81.66º 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 #9CF302 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 243 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.05 |
| HSL | 81.66º | 0.98% | 0.48% | - |
| HSV(B) | 81.66º | 0.99% | 0.95% | - |
| XYZ | 45.77 | 71.17 | 11.38 | - |
| YUV | 189.51 | 22.18 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 243 | 2 | 0.36 | 0 | 0.99 | 0.05 | 81.66 | 0.98 | 0.48 |
| Hex | 9C | F3 | 2 | 24 | 0 | 63 | 5 | 52 | 62 | 30 |
| Octal | 234 | 363 | 2 | 44 | 0 | 143 | 5 | 122 | 142 | 60 |
| Binary | 10011100 | 11110011 | 10 | 100100 | 0 | 1100011 | 101 | 1010010 | 1100010 | 110000 |
Color Harmonies of #9CF302
Complementary color
Monochromatic Colors of #9CF302
Black with #9CF302
Text Example
Text Example
White with #9CF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF302; }
p { color: rgb(156,243,2); }
H1.HeaderClassName
{
color: #9CF302;
}
.AnyTagClassName
{
color: #9CF302;
}
</style>
background-color css
<style>
a { background-color: #9CF302; }
a { background-color: rgb(156,243,2); }
div.DivClassName
{
background-color: #9CF302;
}
.BgClassName
{
background-color: #9CF302;
}
</style>
border-color css
<style>
span { border-color: #9CF302; }
span { border-color: rgb(156,243,2); }
td.TdClassName
{
border-color: #9CF302;
}
.TagClassName
{
border-color: #9CF302;
}
</style>