Shades of Green Waterloo #0F100A
Tints of Green Waterloo #0F100A
RGB
CMYK
RGB Variations
Color information
#0F100A (or 0x0F100A) is known color: Green Waterloo. HEX triplet: 0F, 10 and 0A. RGB value is (15,16,10). Sum of RGB (Red+Green+Blue) = 15+16+10=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 16 - color contains mainly: green. Hex color #0F100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F100A is #F0EFF5. Grayscale: #0F0F0F. Windows color (decimal): -15790070 or 659471. OLE color: 659471.
HSL color Cylindrical-coordinate representation of color #0F100A: hue angle of 70º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F100A is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 16 | 10 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.94 |
| HSL | 70º | 0.23% | 0.05% | - |
| HSV(B) | 70º | 0.38% | 0.06% | - |
| XYZ | 0.44 | 0.49 | 0.36 | - |
| YUV | 15.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 10 | 0.06 | 0 | 0.37 | 0.94 | 70 | 0.23 | 0.05 |
| Hex | F | 10 | A | 6 | 0 | 25 | 5E | 46 | 17 | 5 |
| Octal | 17 | 20 | 12 | 6 | 0 | 45 | 136 | 106 | 27 | 5 |
| Binary | 1111 | 10000 | 1010 | 110 | 0 | 100101 | 1011110 | 1000110 | 10111 | 101 |
Color Harmonies of #0F100A
Complementary color
Monochromatic Colors of #0F100A
Black with #0F100A
Text Example
Text Example
White with #0F100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F100A; }
p { color: rgb(15,16,10); }
H1.HeaderClassName
{
color: #0F100A;
}
.AnyTagClassName
{
color: #0F100A;
}
</style>
background-color css
<style>
a { background-color: #0F100A; }
a { background-color: rgb(15,16,10); }
div.DivClassName
{
background-color: #0F100A;
}
.BgClassName
{
background-color: #0F100A;
}
</style>
border-color css
<style>
span { border-color: #0F100A; }
span { border-color: rgb(15,16,10); }
td.TdClassName
{
border-color: #0F100A;
}
.TagClassName
{
border-color: #0F100A;
}
</style>