Shades of Spring Green #0CF573
Tints of Spring Green #0CF573
RGB
CMYK
RGB Variations
Color information
#0CF573 (or 0x0CF573) is known color: Spring Green. HEX triplet: 0C, F5 and 73. RGB value is (12,245,115). Sum of RGB (Red+Green+Blue) = 12+245+115=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 245 (96.09% from 255 or 65.86% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 245 - color contains mainly: green. Hex color #0CF573 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF573 is #F30A8C. Grayscale: #A0A0A0. Windows color (decimal): -15927949 or 7599372. OLE color: 7599372.
HSL color Cylindrical-coordinate representation of color #0CF573: hue angle of 146.52º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF573 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 12 | 245 | 115 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.04 |
| HSL | 146.52º | 0.92% | 0.5% | - |
| HSV(B) | 146.52º | 0.95% | 0.96% | - |
| XYZ | 35.9 | 66.62 | 27.19 | - |
| YUV | 160.51 | 102.31 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 245 | 115 | 0.95 | 0 | 0.53 | 0.04 | 146.52 | 0.92 | 0.5 |
| Hex | C | F5 | 73 | 5F | 0 | 35 | 4 | 93 | 5C | 32 |
| Octal | 14 | 365 | 163 | 137 | 0 | 65 | 4 | 223 | 134 | 62 |
| Binary | 1100 | 11110101 | 1110011 | 1011111 | 0 | 110101 | 100 | 10010011 | 1011100 | 110010 |
Color Harmonies of #0CF573
Complementary color
Monochromatic Colors of #0CF573
Black with #0CF573
Text Example
Text Example
White with #0CF573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF573; }
p { color: rgb(12,245,115); }
H1.HeaderClassName
{
color: #0CF573;
}
.AnyTagClassName
{
color: #0CF573;
}
</style>
background-color css
<style>
a { background-color: #0CF573; }
a { background-color: rgb(12,245,115); }
div.DivClassName
{
background-color: #0CF573;
}
.BgClassName
{
background-color: #0CF573;
}
</style>
border-color css
<style>
span { border-color: #0CF573; }
span { border-color: rgb(12,245,115); }
td.TdClassName
{
border-color: #0CF573;
}
.TagClassName
{
border-color: #0CF573;
}
</style>