Shades of Spring Green #0CF773
Tints of Spring Green #0CF773
RGB
CMYK
RGB Variations
Color information
#0CF773 (or 0x0CF773) is known color: Spring Green. HEX triplet: 0C, F7 and 73. RGB value is (12,247,115). Sum of RGB (Red+Green+Blue) = 12+247+115=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 247 (96.88% from 255 or 66.04% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 247 - color contains mainly: green. Hex color #0CF773 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF773 is #F3088C. Grayscale: #A1A1A1. Windows color (decimal): -15927437 or 7599884. OLE color: 7599884.
HSL color Cylindrical-coordinate representation of color #0CF773: hue angle of 146.3º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF773 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 247 | 115 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.03 |
| HSL | 146.3º | 0.94% | 0.51% | - |
| HSV(B) | 146.3º | 0.95% | 0.97% | - |
| XYZ | 36.51 | 67.84 | 27.39 | - |
| YUV | 161.69 | 101.64 | 21.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 247 | 115 | 0.95 | 0 | 0.53 | 0.03 | 146.3 | 0.94 | 0.51 |
| Hex | C | F7 | 73 | 5F | 0 | 35 | 3 | 92 | 5E | 33 |
| Octal | 14 | 367 | 163 | 137 | 0 | 65 | 3 | 222 | 136 | 63 |
| Binary | 1100 | 11110111 | 1110011 | 1011111 | 0 | 110101 | 11 | 10010010 | 1011110 | 110011 |
Color Harmonies of #0CF773
Complementary color
Monochromatic Colors of #0CF773
Black with #0CF773
Text Example
Text Example
White with #0CF773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF773; }
p { color: rgb(12,247,115); }
H1.HeaderClassName
{
color: #0CF773;
}
.AnyTagClassName
{
color: #0CF773;
}
</style>
background-color css
<style>
a { background-color: #0CF773; }
a { background-color: rgb(12,247,115); }
div.DivClassName
{
background-color: #0CF773;
}
.BgClassName
{
background-color: #0CF773;
}
</style>
border-color css
<style>
span { border-color: #0CF773; }
span { border-color: rgb(12,247,115); }
td.TdClassName
{
border-color: #0CF773;
}
.TagClassName
{
border-color: #0CF773;
}
</style>