Shades of Spring Green #0CE178
Tints of Spring Green #0CE178
RGB
CMYK
RGB Variations
Color information
#0CE178 (or 0x0CE178) is known color: Spring Green. HEX triplet: 0C, E1 and 78. RGB value is (12,225,120). Sum of RGB (Red+Green+Blue) = 12+225+120=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 225 (88.28% from 255 or 63.03% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE178 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE178 is #F31E87. Grayscale: #959595. Windows color (decimal): -15933064 or 7921932. OLE color: 7921932.
HSL color Cylindrical-coordinate representation of color #0CE178: hue angle of 150.42º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE178 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 120 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.12 |
| HSL | 150.42º | 0.9% | 0.46% | - |
| HSV(B) | 150.42º | 0.95% | 0.88% | - |
| XYZ | 30.47 | 55.28 | 26.83 | - |
| YUV | 149.34 | 111.43 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 120 | 0.95 | 0 | 0.47 | 0.12 | 150.42 | 0.9 | 0.46 |
| Hex | C | E1 | 78 | 5F | 0 | 2F | C | 96 | 5A | 2E |
| Octal | 14 | 341 | 170 | 137 | 0 | 57 | 14 | 226 | 132 | 56 |
| Binary | 1100 | 11100001 | 1111000 | 1011111 | 0 | 101111 | 1100 | 10010110 | 1011010 | 101110 |
Color Harmonies of #0CE178
Complementary color
Monochromatic Colors of #0CE178
Black with #0CE178
Text Example
Text Example
White with #0CE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE178; }
p { color: rgb(12,225,120); }
H1.HeaderClassName
{
color: #0CE178;
}
.AnyTagClassName
{
color: #0CE178;
}
</style>
background-color css
<style>
a { background-color: #0CE178; }
a { background-color: rgb(12,225,120); }
div.DivClassName
{
background-color: #0CE178;
}
.BgClassName
{
background-color: #0CE178;
}
</style>
border-color css
<style>
span { border-color: #0CE178; }
span { border-color: rgb(12,225,120); }
td.TdClassName
{
border-color: #0CE178;
}
.TagClassName
{
border-color: #0CE178;
}
</style>