Shades of Spring Green #0CD977
Tints of Spring Green #0CD977
RGB
CMYK
RGB Variations
Color information
#0CD977 (or 0x0CD977) is known color: Spring Green. HEX triplet: 0C, D9 and 77. RGB value is (12,217,119). Sum of RGB (Red+Green+Blue) = 12+217+119=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 217 (85.16% from 255 or 62.36% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD977 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD977 is #F32688. Grayscale: #909090. Windows color (decimal): -15935113 or 7854348. OLE color: 7854348.
HSL color Cylindrical-coordinate representation of color #0CD977: hue angle of 151.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD977 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 217 | 119 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.15 |
| HSL | 151.32º | 0.9% | 0.45% | - |
| HSV(B) | 151.32º | 0.94% | 0.85% | - |
| XYZ | 28.29 | 51.04 | 25.81 | - |
| YUV | 144.53 | 113.58 | 33.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 217 | 119 | 0.94 | 0 | 0.45 | 0.15 | 151.32 | 0.9 | 0.45 |
| Hex | C | D9 | 77 | 5E | 0 | 2D | F | 97 | 5A | 2D |
| Octal | 14 | 331 | 167 | 136 | 0 | 55 | 17 | 227 | 132 | 55 |
| Binary | 1100 | 11011001 | 1110111 | 1011110 | 0 | 101101 | 1111 | 10010111 | 1011010 | 101101 |
Color Harmonies of #0CD977
Complementary color
Monochromatic Colors of #0CD977
Black with #0CD977
Text Example
Text Example
White with #0CD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD977; }
p { color: rgb(12,217,119); }
H1.HeaderClassName
{
color: #0CD977;
}
.AnyTagClassName
{
color: #0CD977;
}
</style>
background-color css
<style>
a { background-color: #0CD977; }
a { background-color: rgb(12,217,119); }
div.DivClassName
{
background-color: #0CD977;
}
.BgClassName
{
background-color: #0CD977;
}
</style>
border-color css
<style>
span { border-color: #0CD977; }
span { border-color: rgb(12,217,119); }
td.TdClassName
{
border-color: #0CD977;
}
.TagClassName
{
border-color: #0CD977;
}
</style>