Shades of Green #01860C
Tints of Green #01860C
RGB
CMYK
RGB Variations
Color information
#01860C (or 0x01860C) is known color: Green. HEX triplet: 01, 86 and 0C. RGB value is (1,134,12). Sum of RGB (Red+Green+Blue) = 1+134+12=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 134 (52.73% from 255 or 91.16% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 134 - color contains mainly: green. Hex color #01860C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01860C is #FE79F3. Grayscale: #505050. Windows color (decimal): -16677364 or 820737. OLE color: 820737.
HSL color Cylindrical-coordinate representation of color #01860C: hue angle of 124.96º 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 #01860C is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 12 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.47 |
| HSL | 124.96º | 0.99% | 0.26% | - |
| HSV(B) | 124.96º | 0.99% | 0.53% | - |
| XYZ | 8.6 | 17.08 | 3.19 | - |
| YUV | 80.33 | 89.44 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 12 | 0.99 | 0 | 0.91 | 0.47 | 124.96 | 0.99 | 0.26 |
| Hex | 1 | 86 | C | 63 | 0 | 5B | 2F | 7D | 63 | 1A |
| Octal | 1 | 206 | 14 | 143 | 0 | 133 | 57 | 175 | 143 | 32 |
| Binary | 1 | 10000110 | 1100 | 1100011 | 0 | 1011011 | 101111 | 1111101 | 1100011 | 11010 |
Color Harmonies of #01860C
Complementary color
Monochromatic Colors of #01860C
Black with #01860C
Text Example
Text Example
White with #01860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01860C; }
p { color: rgb(1,134,12); }
H1.HeaderClassName
{
color: #01860C;
}
.AnyTagClassName
{
color: #01860C;
}
</style>
background-color css
<style>
a { background-color: #01860C; }
a { background-color: rgb(1,134,12); }
div.DivClassName
{
background-color: #01860C;
}
.BgClassName
{
background-color: #01860C;
}
</style>
border-color css
<style>
span { border-color: #01860C; }
span { border-color: rgb(1,134,12); }
td.TdClassName
{
border-color: #01860C;
}
.TagClassName
{
border-color: #01860C;
}
</style>