Html Css Color HEX #0CF192 Medium Spring Green
📋 copy color: '#0CF192'red 12 ◦ green 241 ◦ blue 146
Shades of Medium Spring Green #0CF192
Tints of Medium Spring Green #0CF192
RGB
CMYK
RGB Variations
Color information
#0CF192 (or 0x0CF192) is known color: Medium Spring Green. HEX triplet: 0C, F1 and 92. RGB value is (12,241,146). Sum of RGB (Red+Green+Blue) = 12+241+146=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 241 (94.53% from 255 or 60.40% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF192 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF192 is #F30E6D. Grayscale: #A1A1A1. Windows color (decimal): -15928942 or 9629964. OLE color: 9629964.
HSL color Cylindrical-coordinate representation of color #0CF192: hue angle of 155.11º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF192 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 241 | 146 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.05 |
| HSL | 155.11º | 0.91% | 0.5% | - |
| HSV(B) | 155.11º | 0.95% | 0.95% | - |
| XYZ | 36.8 | 65.06 | 37.81 | - |
| YUV | 161.7 | 119.13 | 21.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 241 | 146 | 0.95 | 0 | 0.39 | 0.05 | 155.11 | 0.91 | 0.5 |
| Hex | C | F1 | 92 | 5F | 0 | 27 | 5 | 9B | 5B | 32 |
| Octal | 14 | 361 | 222 | 137 | 0 | 47 | 5 | 233 | 133 | 62 |
| Binary | 1100 | 11110001 | 10010010 | 1011111 | 0 | 100111 | 101 | 10011011 | 1011011 | 110010 |
Color Harmonies of #0CF192
Complementary color
Monochromatic Colors of #0CF192
Black with #0CF192
Text Example
Text Example
White with #0CF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF192; }
p { color: rgb(12,241,146); }
H1.HeaderClassName
{
color: #0CF192;
}
.AnyTagClassName
{
color: #0CF192;
}
</style>
background-color css
<style>
a { background-color: #0CF192; }
a { background-color: rgb(12,241,146); }
div.DivClassName
{
background-color: #0CF192;
}
.BgClassName
{
background-color: #0CF192;
}
</style>
border-color css
<style>
span { border-color: #0CF192; }
span { border-color: rgb(12,241,146); }
td.TdClassName
{
border-color: #0CF192;
}
.TagClassName
{
border-color: #0CF192;
}
</style>