Shades of Fun Green #0C623D
Tints of Fun Green #0C623D
RGB
CMYK
RGB Variations
Color information
#0C623D (or 0x0C623D) is known color: Fun Green. HEX triplet: 0C, 62 and 3D. RGB value is (12,98,61). Sum of RGB (Red+Green+Blue) = 12+98+61=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #0C623D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C623D is #F39DC2. Grayscale: #444444. Windows color (decimal): -15965635 or 4022796. OLE color: 4022796.
HSL color Cylindrical-coordinate representation of color #0C623D: hue angle of 154.19º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C623D is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 98 | 61 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.62 |
| HSL | 154.19º | 0.78% | 0.22% | - |
| HSV(B) | 154.19º | 0.88% | 0.38% | - |
| XYZ | 5.36 | 9.15 | 5.9 | - |
| YUV | 68.07 | 124.01 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 98 | 61 | 0.88 | 0 | 0.38 | 0.62 | 154.19 | 0.78 | 0.22 |
| Hex | C | 62 | 3D | 58 | 0 | 26 | 3E | 9A | 4E | 16 |
| Octal | 14 | 142 | 75 | 130 | 0 | 46 | 76 | 232 | 116 | 26 |
| Binary | 1100 | 1100010 | 111101 | 1011000 | 0 | 100110 | 111110 | 10011010 | 1001110 | 10110 |
Color Harmonies of #0C623D
Complementary color
Monochromatic Colors of #0C623D
Black with #0C623D
Text Example
Text Example
White with #0C623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C623D; }
p { color: rgb(12,98,61); }
H1.HeaderClassName
{
color: #0C623D;
}
.AnyTagClassName
{
color: #0C623D;
}
</style>
background-color css
<style>
a { background-color: #0C623D; }
a { background-color: rgb(12,98,61); }
div.DivClassName
{
background-color: #0C623D;
}
.BgClassName
{
background-color: #0C623D;
}
</style>
border-color css
<style>
span { border-color: #0C623D; }
span { border-color: rgb(12,98,61); }
td.TdClassName
{
border-color: #0C623D;
}
.TagClassName
{
border-color: #0C623D;
}
</style>