Html Css Color HEX #0CFEBD Medium Spring Green
📋 copy color: '#0CFEBD'red 12 ◦ green 254 ◦ blue 189
Shades of Medium Spring Green #0CFEBD
Tints of Medium Spring Green #0CFEBD
RGB
CMYK
RGB Variations
Color information
#0CFEBD (or 0x0CFEBD) is known color: Medium Spring Green. HEX triplet: 0C, FE and BD. RGB value is (12,254,189). Sum of RGB (Red+Green+Blue) = 12+254+189=455 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFEBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFEBD is #F30142. Grayscale: #AEAEAE. Windows color (decimal): -15925571 or 12451340. OLE color: 12451340.
HSL color Cylindrical-coordinate representation of color #0CFEBD: hue angle of 163.88º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFEBD is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 189 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.00 |
| HSL | 163.88º | 0.99% | 0.52% | - |
| HSV(B) | 163.88º | 0.95% | 1% | - |
| XYZ | 44.78 | 74.64 | 60.19 | - |
| YUV | 174.23 | 136.33 | 12.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 189 | 0.95 | 0 | 0.26 | 0.00 | 163.88 | 0.99 | 0.52 |
| Hex | C | FE | BD | 5F | 0 | 1A | 0 | A4 | 63 | 34 |
| Octal | 14 | 376 | 275 | 137 | 0 | 32 | 0 | 244 | 143 | 64 |
| Binary | 1100 | 11111110 | 10111101 | 1011111 | 0 | 11010 | 0 | 10100100 | 1100011 | 110100 |
Color Harmonies of #0CFEBD
Complementary color
Monochromatic Colors of #0CFEBD
Black with #0CFEBD
Text Example
Text Example
White with #0CFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFEBD; }
p { color: rgb(12,254,189); }
H1.HeaderClassName
{
color: #0CFEBD;
}
.AnyTagClassName
{
color: #0CFEBD;
}
</style>
background-color css
<style>
a { background-color: #0CFEBD; }
a { background-color: rgb(12,254,189); }
div.DivClassName
{
background-color: #0CFEBD;
}
.BgClassName
{
background-color: #0CFEBD;
}
</style>
border-color css
<style>
span { border-color: #0CFEBD; }
span { border-color: rgb(12,254,189); }
td.TdClassName
{
border-color: #0CFEBD;
}
.TagClassName
{
border-color: #0CFEBD;
}
</style>