Shades of Spring Green #0CF973
Tints of Spring Green #0CF973
RGB
CMYK
RGB Variations
Color information
#0CF973 (or 0x0CF973) is known color: Spring Green. HEX triplet: 0C, F9 and 73. RGB value is (12,249,115). Sum of RGB (Red+Green+Blue) = 12+249+115=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 249 (97.66% from 255 or 66.22% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF973 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF973 is #F3068C. Grayscale: #A3A3A3. Windows color (decimal): -15926925 or 7600396. OLE color: 7600396.
HSL color Cylindrical-coordinate representation of color #0CF973: hue angle of 146.08º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF973 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 249 | 115 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.02 |
| HSL | 146.08º | 0.95% | 0.51% | - |
| HSV(B) | 146.08º | 0.95% | 0.98% | - |
| XYZ | 37.12 | 69.07 | 27.59 | - |
| YUV | 162.86 | 100.98 | 20.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 249 | 115 | 0.95 | 0 | 0.54 | 0.02 | 146.08 | 0.95 | 0.51 |
| Hex | C | F9 | 73 | 5F | 0 | 36 | 2 | 92 | 5F | 33 |
| Octal | 14 | 371 | 163 | 137 | 0 | 66 | 2 | 222 | 137 | 63 |
| Binary | 1100 | 11111001 | 1110011 | 1011111 | 0 | 110110 | 10 | 10010010 | 1011111 | 110011 |
Color Harmonies of #0CF973
Complementary color
Monochromatic Colors of #0CF973
Black with #0CF973
Text Example
Text Example
White with #0CF973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF973; }
p { color: rgb(12,249,115); }
H1.HeaderClassName
{
color: #0CF973;
}
.AnyTagClassName
{
color: #0CF973;
}
</style>
background-color css
<style>
a { background-color: #0CF973; }
a { background-color: rgb(12,249,115); }
div.DivClassName
{
background-color: #0CF973;
}
.BgClassName
{
background-color: #0CF973;
}
</style>
border-color css
<style>
span { border-color: #0CF973; }
span { border-color: rgb(12,249,115); }
td.TdClassName
{
border-color: #0CF973;
}
.TagClassName
{
border-color: #0CF973;
}
</style>