Html Css Color HEX #0CE894 Medium Spring Green
📋 copy color: '#0CE894'red 12 ◦ green 232 ◦ blue 148
Shades of Medium Spring Green #0CE894
Tints of Medium Spring Green #0CE894
RGB
CMYK
RGB Variations
Color information
#0CE894 (or 0x0CE894) is known color: Medium Spring Green. HEX triplet: 0C, E8 and 94. RGB value is (12,232,148). Sum of RGB (Red+Green+Blue) = 12+232+148=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 232 (91.02% from 255 or 59.18% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 232 - color contains mainly: green. Hex color #0CE894 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CE894 is #F3176B. Grayscale: #9C9C9C. Windows color (decimal): -15931244 or 9758732. OLE color: 9758732.
HSL color Cylindrical-coordinate representation of color #0CE894: hue angle of 157.09º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE894 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 232 | 148 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.09 |
| HSL | 157.09º | 0.9% | 0.48% | - |
| HSV(B) | 157.09º | 0.95% | 0.91% | - |
| XYZ | 34.35 | 59.93 | 37.77 | - |
| YUV | 156.64 | 123.11 | 24.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 232 | 148 | 0.95 | 0 | 0.36 | 0.09 | 157.09 | 0.9 | 0.48 |
| Hex | C | E8 | 94 | 5F | 0 | 24 | 9 | 9D | 5A | 30 |
| Octal | 14 | 350 | 224 | 137 | 0 | 44 | 11 | 235 | 132 | 60 |
| Binary | 1100 | 11101000 | 10010100 | 1011111 | 0 | 100100 | 1001 | 10011101 | 1011010 | 110000 |
Color Harmonies of #0CE894
Complementary color
Monochromatic Colors of #0CE894
Black with #0CE894
Text Example
Text Example
White with #0CE894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE894; }
p { color: rgb(12,232,148); }
H1.HeaderClassName
{
color: #0CE894;
}
.AnyTagClassName
{
color: #0CE894;
}
</style>
background-color css
<style>
a { background-color: #0CE894; }
a { background-color: rgb(12,232,148); }
div.DivClassName
{
background-color: #0CE894;
}
.BgClassName
{
background-color: #0CE894;
}
</style>
border-color css
<style>
span { border-color: #0CE894; }
span { border-color: rgb(12,232,148); }
td.TdClassName
{
border-color: #0CE894;
}
.TagClassName
{
border-color: #0CE894;
}
</style>