Shades of Spring Green #0CEB6D
Tints of Spring Green #0CEB6D
RGB
CMYK
RGB Variations
Color information
#0CEB6D (or 0x0CEB6D) is known color: Spring Green. HEX triplet: 0C, EB and 6D. RGB value is (12,235,109). Sum of RGB (Red+Green+Blue) = 12+235+109=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 235 (92.19% from 255 or 66.01% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEB6D is #F31492. Grayscale: #9A9A9A. Windows color (decimal): -15930515 or 7203596. OLE color: 7203596.
HSL color Cylindrical-coordinate representation of color #0CEB6D: hue angle of 146.1º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEB6D is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 109 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.08 |
| HSL | 146.1º | 0.9% | 0.48% | - |
| HSV(B) | 146.1º | 0.95% | 0.92% | - |
| XYZ | 32.62 | 60.6 | 24.45 | - |
| YUV | 153.96 | 102.62 | 26.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 109 | 0.95 | 0 | 0.54 | 0.08 | 146.1 | 0.9 | 0.48 |
| Hex | C | EB | 6D | 5F | 0 | 36 | 8 | 92 | 5A | 30 |
| Octal | 14 | 353 | 155 | 137 | 0 | 66 | 10 | 222 | 132 | 60 |
| Binary | 1100 | 11101011 | 1101101 | 1011111 | 0 | 110110 | 1000 | 10010010 | 1011010 | 110000 |
Color Harmonies of #0CEB6D
Complementary color
Monochromatic Colors of #0CEB6D
Black with #0CEB6D
Text Example
Text Example
White with #0CEB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEB6D; }
p { color: rgb(12,235,109); }
H1.HeaderClassName
{
color: #0CEB6D;
}
.AnyTagClassName
{
color: #0CEB6D;
}
</style>
background-color css
<style>
a { background-color: #0CEB6D; }
a { background-color: rgb(12,235,109); }
div.DivClassName
{
background-color: #0CEB6D;
}
.BgClassName
{
background-color: #0CEB6D;
}
</style>
border-color css
<style>
span { border-color: #0CEB6D; }
span { border-color: rgb(12,235,109); }
td.TdClassName
{
border-color: #0CEB6D;
}
.TagClassName
{
border-color: #0CEB6D;
}
</style>