Html Css Color HEX #0CF994 Medium Spring Green
📋 copy color: '#0CF994'red 12 ◦ green 249 ◦ blue 148
Shades of Medium Spring Green #0CF994
Tints of Medium Spring Green #0CF994
RGB
CMYK
RGB Variations
Color information
#0CF994 (or 0x0CF994) is known color: Medium Spring Green. HEX triplet: 0C, F9 and 94. RGB value is (12,249,148). Sum of RGB (Red+Green+Blue) = 12+249+148=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 249 (97.66% from 255 or 60.88% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF994 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF994 is #F3066B. Grayscale: #A6A6A6. Windows color (decimal): -15926892 or 9763084. OLE color: 9763084.
HSL color Cylindrical-coordinate representation of color #0CF994: hue angle of 154.43º 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 #0CF994 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 249 | 148 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.02 |
| HSL | 154.43º | 0.95% | 0.51% | - |
| HSV(B) | 154.43º | 0.95% | 0.98% | - |
| XYZ | 39.37 | 69.97 | 39.45 | - |
| YUV | 166.62 | 117.48 | 17.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 249 | 148 | 0.95 | 0 | 0.41 | 0.02 | 154.43 | 0.95 | 0.51 |
| Hex | C | F9 | 94 | 5F | 0 | 29 | 2 | 9A | 5F | 33 |
| Octal | 14 | 371 | 224 | 137 | 0 | 51 | 2 | 232 | 137 | 63 |
| Binary | 1100 | 11111001 | 10010100 | 1011111 | 0 | 101001 | 10 | 10011010 | 1011111 | 110011 |
Color Harmonies of #0CF994
Complementary color
Monochromatic Colors of #0CF994
Black with #0CF994
Text Example
Text Example
White with #0CF994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF994; }
p { color: rgb(12,249,148); }
H1.HeaderClassName
{
color: #0CF994;
}
.AnyTagClassName
{
color: #0CF994;
}
</style>
background-color css
<style>
a { background-color: #0CF994; }
a { background-color: rgb(12,249,148); }
div.DivClassName
{
background-color: #0CF994;
}
.BgClassName
{
background-color: #0CF994;
}
</style>
border-color css
<style>
span { border-color: #0CF994; }
span { border-color: rgb(12,249,148); }
td.TdClassName
{
border-color: #0CF994;
}
.TagClassName
{
border-color: #0CF994;
}
</style>