Html Css Color HEX #0CEFA6 Medium Spring Green
📋 copy color: '#0CEFA6'red 12 ◦ green 239 ◦ blue 166
Shades of Medium Spring Green #0CEFA6
Tints of Medium Spring Green #0CEFA6
RGB
CMYK
RGB Variations
Color information
#0CEFA6 (or 0x0CEFA6) is known color: Medium Spring Green. HEX triplet: 0C, EF and A6. RGB value is (12,239,166). Sum of RGB (Red+Green+Blue) = 12+239+166=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 239 (93.75% from 255 or 57.31% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEFA6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEFA6 is #F31059. Grayscale: #A2A2A2. Windows color (decimal): -15929434 or 10940172. OLE color: 10940172.
HSL color Cylindrical-coordinate representation of color #0CEFA6: hue angle of 160.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEFA6 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 166 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.06 |
| HSL | 160.7º | 0.9% | 0.49% | - |
| HSV(B) | 160.7º | 0.95% | 0.94% | - |
| XYZ | 37.9 | 64.56 | 46.54 | - |
| YUV | 162.81 | 129.79 | 20.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 166 | 0.95 | 0 | 0.31 | 0.06 | 160.7 | 0.9 | 0.49 |
| Hex | C | EF | A6 | 5F | 0 | 1F | 6 | A1 | 5A | 31 |
| Octal | 14 | 357 | 246 | 137 | 0 | 37 | 6 | 241 | 132 | 61 |
| Binary | 1100 | 11101111 | 10100110 | 1011111 | 0 | 11111 | 110 | 10100001 | 1011010 | 110001 |
Color Harmonies of #0CEFA6
Complementary color
Monochromatic Colors of #0CEFA6
Black with #0CEFA6
Text Example
Text Example
White with #0CEFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEFA6; }
p { color: rgb(12,239,166); }
H1.HeaderClassName
{
color: #0CEFA6;
}
.AnyTagClassName
{
color: #0CEFA6;
}
</style>
background-color css
<style>
a { background-color: #0CEFA6; }
a { background-color: rgb(12,239,166); }
div.DivClassName
{
background-color: #0CEFA6;
}
.BgClassName
{
background-color: #0CEFA6;
}
</style>
border-color css
<style>
span { border-color: #0CEFA6; }
span { border-color: rgb(12,239,166); }
td.TdClassName
{
border-color: #0CEFA6;
}
.TagClassName
{
border-color: #0CEFA6;
}
</style>