Shades of Spring Green #0CED6B
Tints of Spring Green #0CED6B
RGB
CMYK
RGB Variations
Color information
#0CED6B (or 0x0CED6B) is known color: Spring Green. HEX triplet: 0C, ED and 6B. RGB value is (12,237,107). Sum of RGB (Red+Green+Blue) = 12+237+107=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 237 (92.97% from 255 or 66.57% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 237 - color contains mainly: green. Hex color #0CED6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CED6B is #F31294. Grayscale: #9B9B9B. Windows color (decimal): -15930005 or 7073036. OLE color: 7073036.
HSL color Cylindrical-coordinate representation of color #0CED6B: hue angle of 145.33º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CED6B is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 237 | 107 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.07 |
| HSL | 145.33º | 0.9% | 0.49% | - |
| HSV(B) | 145.33º | 0.95% | 0.93% | - |
| XYZ | 33.09 | 61.71 | 24.08 | - |
| YUV | 154.91 | 100.96 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 237 | 107 | 0.95 | 0 | 0.55 | 0.07 | 145.33 | 0.9 | 0.49 |
| Hex | C | ED | 6B | 5F | 0 | 37 | 7 | 91 | 5A | 31 |
| Octal | 14 | 355 | 153 | 137 | 0 | 67 | 7 | 221 | 132 | 61 |
| Binary | 1100 | 11101101 | 1101011 | 1011111 | 0 | 110111 | 111 | 10010001 | 1011010 | 110001 |
Color Harmonies of #0CED6B
Complementary color
Monochromatic Colors of #0CED6B
Black with #0CED6B
Text Example
Text Example
White with #0CED6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CED6B; }
p { color: rgb(12,237,107); }
H1.HeaderClassName
{
color: #0CED6B;
}
.AnyTagClassName
{
color: #0CED6B;
}
</style>
background-color css
<style>
a { background-color: #0CED6B; }
a { background-color: rgb(12,237,107); }
div.DivClassName
{
background-color: #0CED6B;
}
.BgClassName
{
background-color: #0CED6B;
}
</style>
border-color css
<style>
span { border-color: #0CED6B; }
span { border-color: rgb(12,237,107); }
td.TdClassName
{
border-color: #0CED6B;
}
.TagClassName
{
border-color: #0CED6B;
}
</style>