Shades of Fun Green #0C6139
Tints of Fun Green #0C6139
RGB
CMYK
RGB Variations
Color information
#0C6139 (or 0x0C6139) is known color: Fun Green. HEX triplet: 0C, 61 and 39. RGB value is (12,97,57). Sum of RGB (Red+Green+Blue) = 12+97+57=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #0C6139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6139 is #F39EC6. Grayscale: #434343. Windows color (decimal): -15965895 or 3760396. OLE color: 3760396.
HSL color Cylindrical-coordinate representation of color #0C6139: hue angle of 151.76º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6139 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 97 | 57 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.62 |
| HSL | 151.76º | 0.78% | 0.21% | - |
| HSV(B) | 151.76º | 0.88% | 0.38% | - |
| XYZ | 5.16 | 8.92 | 5.32 | - |
| YUV | 67.03 | 122.34 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 97 | 57 | 0.88 | 0 | 0.41 | 0.62 | 151.76 | 0.78 | 0.21 |
| Hex | C | 61 | 39 | 58 | 0 | 29 | 3E | 98 | 4E | 15 |
| Octal | 14 | 141 | 71 | 130 | 0 | 51 | 76 | 230 | 116 | 25 |
| Binary | 1100 | 1100001 | 111001 | 1011000 | 0 | 101001 | 111110 | 10011000 | 1001110 | 10101 |
Color Harmonies of #0C6139
Complementary color
Monochromatic Colors of #0C6139
Black with #0C6139
Text Example
Text Example
White with #0C6139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6139; }
p { color: rgb(12,97,57); }
H1.HeaderClassName
{
color: #0C6139;
}
.AnyTagClassName
{
color: #0C6139;
}
</style>
background-color css
<style>
a { background-color: #0C6139; }
a { background-color: rgb(12,97,57); }
div.DivClassName
{
background-color: #0C6139;
}
.BgClassName
{
background-color: #0C6139;
}
</style>
border-color css
<style>
span { border-color: #0C6139; }
span { border-color: rgb(12,97,57); }
td.TdClassName
{
border-color: #0C6139;
}
.TagClassName
{
border-color: #0C6139;
}
</style>