Shades of Fun Green #0C6436
Tints of Fun Green #0C6436
RGB
CMYK
RGB Variations
Color information
#0C6436 (or 0x0C6436) is known color: Fun Green. HEX triplet: 0C, 64 and 36. RGB value is (12,100,54). Sum of RGB (Red+Green+Blue) = 12+100+54=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6436 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6436 is #F39BC9. Grayscale: #444444. Windows color (decimal): -15965130 or 3564556. OLE color: 3564556.
HSL color Cylindrical-coordinate representation of color #0C6436: hue angle of 148.64º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6436 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 100 | 54 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.61 |
| HSL | 148.64º | 0.79% | 0.22% | - |
| HSV(B) | 148.64º | 0.88% | 0.39% | - |
| XYZ | 5.37 | 9.46 | 5.03 | - |
| YUV | 68.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 54 | 0.88 | 0 | 0.46 | 0.61 | 148.64 | 0.79 | 0.22 |
| Hex | C | 64 | 36 | 58 | 0 | 2E | 3D | 95 | 4F | 16 |
| Octal | 14 | 144 | 66 | 130 | 0 | 56 | 75 | 225 | 117 | 26 |
| Binary | 1100 | 1100100 | 110110 | 1011000 | 0 | 101110 | 111101 | 10010101 | 1001111 | 10110 |
Color Harmonies of #0C6436
Complementary color
Monochromatic Colors of #0C6436
Black with #0C6436
Text Example
Text Example
White with #0C6436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6436; }
p { color: rgb(12,100,54); }
H1.HeaderClassName
{
color: #0C6436;
}
.AnyTagClassName
{
color: #0C6436;
}
</style>
background-color css
<style>
a { background-color: #0C6436; }
a { background-color: rgb(12,100,54); }
div.DivClassName
{
background-color: #0C6436;
}
.BgClassName
{
background-color: #0C6436;
}
</style>
border-color css
<style>
span { border-color: #0C6436; }
span { border-color: rgb(12,100,54); }
td.TdClassName
{
border-color: #0C6436;
}
.TagClassName
{
border-color: #0C6436;
}
</style>