Html Css Color HEX #0CE594 Medium Spring Green
📋 copy color: '#0CE594'red 12 ◦ green 229 ◦ blue 148
Shades of Medium Spring Green #0CE594
Tints of Medium Spring Green #0CE594
RGB
CMYK
RGB Variations
Color information
#0CE594 (or 0x0CE594) is known color: Medium Spring Green. HEX triplet: 0C, E5 and 94. RGB value is (12,229,148). Sum of RGB (Red+Green+Blue) = 12+229+148=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 229 (89.84% from 255 or 58.87% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE594 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE594 is #F31A6B. Grayscale: #9A9A9A. Windows color (decimal): -15932012 or 9757964. OLE color: 9757964.
HSL color Cylindrical-coordinate representation of color #0CE594: hue angle of 157.6º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE594 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 148 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.10 |
| HSL | 157.6º | 0.9% | 0.47% | - |
| HSV(B) | 157.6º | 0.95% | 0.9% | - |
| XYZ | 33.52 | 58.25 | 37.49 | - |
| YUV | 154.88 | 124.11 | 26.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 148 | 0.95 | 0 | 0.35 | 0.10 | 157.6 | 0.9 | 0.47 |
| Hex | C | E5 | 94 | 5F | 0 | 23 | A | 9E | 5A | 2F |
| Octal | 14 | 345 | 224 | 137 | 0 | 43 | 12 | 236 | 132 | 57 |
| Binary | 1100 | 11100101 | 10010100 | 1011111 | 0 | 100011 | 1010 | 10011110 | 1011010 | 101111 |
Color Harmonies of #0CE594
Complementary color
Monochromatic Colors of #0CE594
Black with #0CE594
Text Example
Text Example
White with #0CE594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE594; }
p { color: rgb(12,229,148); }
H1.HeaderClassName
{
color: #0CE594;
}
.AnyTagClassName
{
color: #0CE594;
}
</style>
background-color css
<style>
a { background-color: #0CE594; }
a { background-color: rgb(12,229,148); }
div.DivClassName
{
background-color: #0CE594;
}
.BgClassName
{
background-color: #0CE594;
}
</style>
border-color css
<style>
span { border-color: #0CE594; }
span { border-color: rgb(12,229,148); }
td.TdClassName
{
border-color: #0CE594;
}
.TagClassName
{
border-color: #0CE594;
}
</style>