Shades of Green #01860F
Tints of Green #01860F
RGB
CMYK
RGB Variations
Color information
#01860F (or 0x01860F) is known color: Green. HEX triplet: 01, 86 and 0F. RGB value is (1,134,15). Sum of RGB (Red+Green+Blue) = 1+134+15=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 134 (52.73% from 255 or 89.33% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 134 - color contains mainly: green. Hex color #01860F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01860F is #FE79F0. Grayscale: #515151. Windows color (decimal): -16677361 or 1017345. OLE color: 1017345.
HSL color Cylindrical-coordinate representation of color #01860F: hue angle of 126.32º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01860F is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 15 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.47 |
| HSL | 126.32º | 0.99% | 0.26% | - |
| HSV(B) | 126.32º | 0.99% | 0.53% | - |
| XYZ | 8.62 | 17.09 | 3.3 | - |
| YUV | 80.67 | 90.94 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 15 | 0.99 | 0 | 0.89 | 0.47 | 126.32 | 0.99 | 0.26 |
| Hex | 1 | 86 | F | 63 | 0 | 59 | 2F | 7E | 63 | 1A |
| Octal | 1 | 206 | 17 | 143 | 0 | 131 | 57 | 176 | 143 | 32 |
| Binary | 1 | 10000110 | 1111 | 1100011 | 0 | 1011001 | 101111 | 1111110 | 1100011 | 11010 |
Color Harmonies of #01860F
Complementary color
Monochromatic Colors of #01860F
Black with #01860F
Text Example
Text Example
White with #01860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01860F; }
p { color: rgb(1,134,15); }
H1.HeaderClassName
{
color: #01860F;
}
.AnyTagClassName
{
color: #01860F;
}
</style>
background-color css
<style>
a { background-color: #01860F; }
a { background-color: rgb(1,134,15); }
div.DivClassName
{
background-color: #01860F;
}
.BgClassName
{
background-color: #01860F;
}
</style>
border-color css
<style>
span { border-color: #01860F; }
span { border-color: rgb(1,134,15); }
td.TdClassName
{
border-color: #01860F;
}
.TagClassName
{
border-color: #01860F;
}
</style>