Shades of Green Waterloo #0C0F01
Tints of Green Waterloo #0C0F01
RGB
CMYK
RGB Variations
Color information
#0C0F01 (or 0x0C0F01) is known color: Green Waterloo. HEX triplet: 0C, 0F and 01. RGB value is (12,15,1). Sum of RGB (Red+Green+Blue) = 12+15+1=28 (3% of max value = 765). Red value is 12 (5.08% from 255 or 42.86% from 28); Green value is 15 (6.25% from 255 or 53.57% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 15 - color contains mainly: green. Hex color #0C0F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F01 is #F3F0FE. Grayscale: #0C0C0C. Windows color (decimal): -15986943 or 69388. OLE color: 69388.
HSL color Cylindrical-coordinate representation of color #0C0F01: hue angle of 72.86º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0F01 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 15 | 1 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.94 |
| HSL | 72.86º | 0.88% | 0.03% | - |
| HSV(B) | 72.86º | 0.93% | 0.06% | - |
| XYZ | 0.33 | 0.42 | 0.09 | - |
| YUV | 12.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 1 | 0.20 | 0 | 0.93 | 0.94 | 72.86 | 0.88 | 0.03 |
| Hex | C | F | 1 | 14 | 0 | 5D | 5E | 49 | 58 | 3 |
| Octal | 14 | 17 | 1 | 24 | 0 | 135 | 136 | 111 | 130 | 3 |
| Binary | 1100 | 1111 | 1 | 10100 | 0 | 1011101 | 1011110 | 1001001 | 1011000 | 11 |
Color Harmonies of #0C0F01
Complementary color
Monochromatic Colors of #0C0F01
Black with #0C0F01
Text Example
Text Example
White with #0C0F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F01; }
p { color: rgb(12,15,1); }
H1.HeaderClassName
{
color: #0C0F01;
}
.AnyTagClassName
{
color: #0C0F01;
}
</style>
background-color css
<style>
a { background-color: #0C0F01; }
a { background-color: rgb(12,15,1); }
div.DivClassName
{
background-color: #0C0F01;
}
.BgClassName
{
background-color: #0C0F01;
}
</style>
border-color css
<style>
span { border-color: #0C0F01; }
span { border-color: rgb(12,15,1); }
td.TdClassName
{
border-color: #0C0F01;
}
.TagClassName
{
border-color: #0C0F01;
}
</style>