Shades of Spring Green #0CE56F
Tints of Spring Green #0CE56F
RGB
CMYK
RGB Variations
Color information
#0CE56F (or 0x0CE56F) is known color: Spring Green. HEX triplet: 0C, E5 and 6F. RGB value is (12,229,111). Sum of RGB (Red+Green+Blue) = 12+229+111=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 229 (89.84% from 255 or 65.06% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE56F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE56F is #F31A90. Grayscale: #969696. Windows color (decimal): -15932049 or 7333132. OLE color: 7333132.
HSL color Cylindrical-coordinate representation of color #0CE56F: hue angle of 147.37º 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 #0CE56F is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 111 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.10 |
| HSL | 147.37º | 0.9% | 0.47% | - |
| HSV(B) | 147.37º | 0.95% | 0.9% | - |
| XYZ | 31.04 | 57.26 | 24.46 | - |
| YUV | 150.67 | 105.61 | 29.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 111 | 0.95 | 0 | 0.52 | 0.10 | 147.37 | 0.9 | 0.47 |
| Hex | C | E5 | 6F | 5F | 0 | 34 | A | 93 | 5A | 2F |
| Octal | 14 | 345 | 157 | 137 | 0 | 64 | 12 | 223 | 132 | 57 |
| Binary | 1100 | 11100101 | 1101111 | 1011111 | 0 | 110100 | 1010 | 10010011 | 1011010 | 101111 |
Color Harmonies of #0CE56F
Complementary color
Monochromatic Colors of #0CE56F
Black with #0CE56F
Text Example
Text Example
White with #0CE56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE56F; }
p { color: rgb(12,229,111); }
H1.HeaderClassName
{
color: #0CE56F;
}
.AnyTagClassName
{
color: #0CE56F;
}
</style>
background-color css
<style>
a { background-color: #0CE56F; }
a { background-color: rgb(12,229,111); }
div.DivClassName
{
background-color: #0CE56F;
}
.BgClassName
{
background-color: #0CE56F;
}
</style>
border-color css
<style>
span { border-color: #0CE56F; }
span { border-color: rgb(12,229,111); }
td.TdClassName
{
border-color: #0CE56F;
}
.TagClassName
{
border-color: #0CE56F;
}
</style>