Shades of Fun Green #0C5F3B
Tints of Fun Green #0C5F3B
RGB
CMYK
RGB Variations
Color information
#0C5F3B (or 0x0C5F3B) is known color: Fun Green. HEX triplet: 0C, 5F and 3B. RGB value is (12,95,59). Sum of RGB (Red+Green+Blue) = 12+95+59=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #0C5F3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5F3B is #F3A0C4. Grayscale: #424242. Windows color (decimal): -15966405 or 3890956. OLE color: 3890956.
HSL color Cylindrical-coordinate representation of color #0C5F3B: hue angle of 153.98º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5F3B is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 12 | 95 | 59 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.63 |
| HSL | 153.98º | 0.78% | 0.21% | - |
| HSV(B) | 153.98º | 0.87% | 0.37% | - |
| XYZ | 5.03 | 8.58 | 5.53 | - |
| YUV | 66.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 95 | 59 | 0.87 | 0 | 0.38 | 0.63 | 153.98 | 0.78 | 0.21 |
| Hex | C | 5F | 3B | 57 | 0 | 26 | 3F | 9A | 4E | 15 |
| Octal | 14 | 137 | 73 | 127 | 0 | 46 | 77 | 232 | 116 | 25 |
| Binary | 1100 | 1011111 | 111011 | 1010111 | 0 | 100110 | 111111 | 10011010 | 1001110 | 10101 |
Color Harmonies of #0C5F3B
Complementary color
Monochromatic Colors of #0C5F3B
Black with #0C5F3B
Text Example
Text Example
White with #0C5F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5F3B; }
p { color: rgb(12,95,59); }
H1.HeaderClassName
{
color: #0C5F3B;
}
.AnyTagClassName
{
color: #0C5F3B;
}
</style>
background-color css
<style>
a { background-color: #0C5F3B; }
a { background-color: rgb(12,95,59); }
div.DivClassName
{
background-color: #0C5F3B;
}
.BgClassName
{
background-color: #0C5F3B;
}
</style>
border-color css
<style>
span { border-color: #0C5F3B; }
span { border-color: rgb(12,95,59); }
td.TdClassName
{
border-color: #0C5F3B;
}
.TagClassName
{
border-color: #0C5F3B;
}
</style>