Shades of Fun Green #0C603E
Tints of Fun Green #0C603E
RGB
CMYK
RGB Variations
Color information
#0C603E (or 0x0C603E) is known color: Fun Green. HEX triplet: 0C, 60 and 3E. RGB value is (12,96,62). Sum of RGB (Red+Green+Blue) = 12+96+62=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #0C603E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C603E is #F39FC1. Grayscale: #434343. Windows color (decimal): -15966146 or 4087820. OLE color: 4087820.
HSL color Cylindrical-coordinate representation of color #0C603E: hue angle of 155.71º 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 #0C603E is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 96 | 62 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.62 |
| HSL | 155.71º | 0.78% | 0.21% | - |
| HSV(B) | 155.71º | 0.88% | 0.38% | - |
| XYZ | 5.2 | 8.79 | 5.98 | - |
| YUV | 67.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 96 | 62 | 0.88 | 0 | 0.35 | 0.62 | 155.71 | 0.78 | 0.21 |
| Hex | C | 60 | 3E | 58 | 0 | 23 | 3E | 9C | 4E | 15 |
| Octal | 14 | 140 | 76 | 130 | 0 | 43 | 76 | 234 | 116 | 25 |
| Binary | 1100 | 1100000 | 111110 | 1011000 | 0 | 100011 | 111110 | 10011100 | 1001110 | 10101 |
Color Harmonies of #0C603E
Complementary color
Monochromatic Colors of #0C603E
Black with #0C603E
Text Example
Text Example
White with #0C603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C603E; }
p { color: rgb(12,96,62); }
H1.HeaderClassName
{
color: #0C603E;
}
.AnyTagClassName
{
color: #0C603E;
}
</style>
background-color css
<style>
a { background-color: #0C603E; }
a { background-color: rgb(12,96,62); }
div.DivClassName
{
background-color: #0C603E;
}
.BgClassName
{
background-color: #0C603E;
}
</style>
border-color css
<style>
span { border-color: #0C603E; }
span { border-color: rgb(12,96,62); }
td.TdClassName
{
border-color: #0C603E;
}
.TagClassName
{
border-color: #0C603E;
}
</style>