Shades of Watercourse #018150
Tints of Watercourse #018150
RGB
CMYK
RGB Variations
Color information
#018150 (or 0x018150) is known color: Watercourse. HEX triplet: 01, 81 and 50. RGB value is (1,129,80). Sum of RGB (Red+Green+Blue) = 1+129+80=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #018150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018150 is #FE7EAF. Grayscale: #555555. Windows color (decimal): -16678576 or 5275905. OLE color: 5275905.
HSL color Cylindrical-coordinate representation of color #018150: hue angle of 157.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018150 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 80 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.49 |
| HSL | 157.03º | 0.98% | 0.25% | - |
| HSV(B) | 157.03º | 0.99% | 0.51% | - |
| XYZ | 9.31 | 16.29 | 10.24 | - |
| YUV | 85.14 | 125.09 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 80 | 0.99 | 0 | 0.38 | 0.49 | 157.03 | 0.98 | 0.25 |
| Hex | 1 | 81 | 50 | 63 | 0 | 26 | 31 | 9D | 62 | 19 |
| Octal | 1 | 201 | 120 | 143 | 0 | 46 | 61 | 235 | 142 | 31 |
| Binary | 1 | 10000001 | 1010000 | 1100011 | 0 | 100110 | 110001 | 10011101 | 1100010 | 11001 |
Color Harmonies of #018150
Complementary color
Monochromatic Colors of #018150
Black with #018150
Text Example
Text Example
White with #018150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018150; }
p { color: rgb(1,129,80); }
H1.HeaderClassName
{
color: #018150;
}
.AnyTagClassName
{
color: #018150;
}
</style>
background-color css
<style>
a { background-color: #018150; }
a { background-color: rgb(1,129,80); }
div.DivClassName
{
background-color: #018150;
}
.BgClassName
{
background-color: #018150;
}
</style>
border-color css
<style>
span { border-color: #018150; }
span { border-color: rgb(1,129,80); }
td.TdClassName
{
border-color: #018150;
}
.TagClassName
{
border-color: #018150;
}
</style>