Shades of Spring Green #0CE576
Tints of Spring Green #0CE576
RGB
CMYK
RGB Variations
Color information
#0CE576 (or 0x0CE576) is known color: Spring Green. HEX triplet: 0C, E5 and 76. RGB value is (12,229,118). Sum of RGB (Red+Green+Blue) = 12+229+118=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 229 (89.84% from 255 or 63.79% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE576 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE576 is #F31A89. Grayscale: #979797. Windows color (decimal): -15932042 or 7791884. OLE color: 7791884.
HSL color Cylindrical-coordinate representation of color #0CE576: hue angle of 149.31º 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 #0CE576 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 118 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.10 |
| HSL | 149.31º | 0.9% | 0.47% | - |
| HSV(B) | 149.31º | 0.95% | 0.9% | - |
| XYZ | 31.44 | 57.42 | 26.57 | - |
| YUV | 151.46 | 109.11 | 28.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 118 | 0.95 | 0 | 0.48 | 0.10 | 149.31 | 0.9 | 0.47 |
| Hex | C | E5 | 76 | 5F | 0 | 30 | A | 95 | 5A | 2F |
| Octal | 14 | 345 | 166 | 137 | 0 | 60 | 12 | 225 | 132 | 57 |
| Binary | 1100 | 11100101 | 1110110 | 1011111 | 0 | 110000 | 1010 | 10010101 | 1011010 | 101111 |
Color Harmonies of #0CE576
Complementary color
Monochromatic Colors of #0CE576
Black with #0CE576
Text Example
Text Example
White with #0CE576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE576; }
p { color: rgb(12,229,118); }
H1.HeaderClassName
{
color: #0CE576;
}
.AnyTagClassName
{
color: #0CE576;
}
</style>
background-color css
<style>
a { background-color: #0CE576; }
a { background-color: rgb(12,229,118); }
div.DivClassName
{
background-color: #0CE576;
}
.BgClassName
{
background-color: #0CE576;
}
</style>
border-color css
<style>
span { border-color: #0CE576; }
span { border-color: rgb(12,229,118); }
td.TdClassName
{
border-color: #0CE576;
}
.TagClassName
{
border-color: #0CE576;
}
</style>