Shades of Spring Green #0CE57B
Tints of Spring Green #0CE57B
RGB
CMYK
RGB Variations
Color information
#0CE57B (or 0x0CE57B) is known color: Spring Green. HEX triplet: 0C, E5 and 7B. RGB value is (12,229,123). Sum of RGB (Red+Green+Blue) = 12+229+123=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 229 (89.84% from 255 or 62.91% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE57B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE57B is #F31A84. Grayscale: #989898. Windows color (decimal): -15932037 or 8119564. OLE color: 8119564.
HSL color Cylindrical-coordinate representation of color #0CE57B: hue angle of 150.69º 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 #0CE57B is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 123 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.10 |
| HSL | 150.69º | 0.9% | 0.47% | - |
| HSV(B) | 150.69º | 0.95% | 0.9% | - |
| XYZ | 31.75 | 57.55 | 28.17 | - |
| YUV | 152.03 | 111.61 | 28.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 123 | 0.95 | 0 | 0.46 | 0.10 | 150.69 | 0.9 | 0.47 |
| Hex | C | E5 | 7B | 5F | 0 | 2E | A | 97 | 5A | 2F |
| Octal | 14 | 345 | 173 | 137 | 0 | 56 | 12 | 227 | 132 | 57 |
| Binary | 1100 | 11100101 | 1111011 | 1011111 | 0 | 101110 | 1010 | 10010111 | 1011010 | 101111 |
Color Harmonies of #0CE57B
Complementary color
Monochromatic Colors of #0CE57B
Black with #0CE57B
Text Example
Text Example
White with #0CE57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE57B; }
p { color: rgb(12,229,123); }
H1.HeaderClassName
{
color: #0CE57B;
}
.AnyTagClassName
{
color: #0CE57B;
}
</style>
background-color css
<style>
a { background-color: #0CE57B; }
a { background-color: rgb(12,229,123); }
div.DivClassName
{
background-color: #0CE57B;
}
.BgClassName
{
background-color: #0CE57B;
}
</style>
border-color css
<style>
span { border-color: #0CE57B; }
span { border-color: rgb(12,229,123); }
td.TdClassName
{
border-color: #0CE57B;
}
.TagClassName
{
border-color: #0CE57B;
}
</style>