Shades of Green Waterloo #0F1009
Tints of Green Waterloo #0F1009
RGB
CMYK
RGB Variations
Color information
#0F1009 (or 0x0F1009) is known color: Green Waterloo. HEX triplet: 0F, 10 and 09. RGB value is (15,16,9). Sum of RGB (Red+Green+Blue) = 15+16+9=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1009 is #F0EFF6. Grayscale: #0E0E0E. Windows color (decimal): -15790071 or 593935. OLE color: 593935.
HSL color Cylindrical-coordinate representation of color #0F1009: hue angle of 68.57º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0F1009 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 16 | 9 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.94 |
| HSL | 68.57º | 0.28% | 0.05% | - |
| HSV(B) | 68.57º | 0.44% | 0.06% | - |
| XYZ | 0.43 | 0.49 | 0.33 | - |
| YUV | 14.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 9 | 0.06 | 0 | 0.44 | 0.94 | 68.57 | 0.28 | 0.05 |
| Hex | F | 10 | 9 | 6 | 0 | 2C | 5E | 45 | 1C | 5 |
| Octal | 17 | 20 | 11 | 6 | 0 | 54 | 136 | 105 | 34 | 5 |
| Binary | 1111 | 10000 | 1001 | 110 | 0 | 101100 | 1011110 | 1000101 | 11100 | 101 |
Color Harmonies of #0F1009
Complementary color
Monochromatic Colors of #0F1009
Black with #0F1009
Text Example
Text Example
White with #0F1009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1009; }
p { color: rgb(15,16,9); }
H1.HeaderClassName
{
color: #0F1009;
}
.AnyTagClassName
{
color: #0F1009;
}
</style>
background-color css
<style>
a { background-color: #0F1009; }
a { background-color: rgb(15,16,9); }
div.DivClassName
{
background-color: #0F1009;
}
.BgClassName
{
background-color: #0F1009;
}
</style>
border-color css
<style>
span { border-color: #0F1009; }
span { border-color: rgb(15,16,9); }
td.TdClassName
{
border-color: #0F1009;
}
.TagClassName
{
border-color: #0F1009;
}
</style>