Shades of Green #01860A
Tints of Green #01860A
RGB
CMYK
RGB Variations
Color information
#01860A (or 0x01860A) is known color: Green. HEX triplet: 01, 86 and 0A. RGB value is (1,134,10). Sum of RGB (Red+Green+Blue) = 1+134+10=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 134 (52.73% from 255 or 92.41% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 134 - color contains mainly: green. Hex color #01860A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01860A is #FE79F5. Grayscale: #505050. Windows color (decimal): -16677366 or 689665. OLE color: 689665.
HSL color Cylindrical-coordinate representation of color #01860A: hue angle of 124.06º 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 #01860A is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 10 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.47 |
| HSL | 124.06º | 0.99% | 0.26% | - |
| HSV(B) | 124.06º | 0.99% | 0.53% | - |
| XYZ | 8.59 | 17.08 | 3.13 | - |
| YUV | 80.1 | 88.44 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 10 | 0.99 | 0 | 0.93 | 0.47 | 124.06 | 0.99 | 0.26 |
| Hex | 1 | 86 | A | 63 | 0 | 5D | 2F | 7C | 63 | 1A |
| Octal | 1 | 206 | 12 | 143 | 0 | 135 | 57 | 174 | 143 | 32 |
| Binary | 1 | 10000110 | 1010 | 1100011 | 0 | 1011101 | 101111 | 1111100 | 1100011 | 11010 |
Color Harmonies of #01860A
Complementary color
Monochromatic Colors of #01860A
Black with #01860A
Text Example
Text Example
White with #01860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01860A; }
p { color: rgb(1,134,10); }
H1.HeaderClassName
{
color: #01860A;
}
.AnyTagClassName
{
color: #01860A;
}
</style>
background-color css
<style>
a { background-color: #01860A; }
a { background-color: rgb(1,134,10); }
div.DivClassName
{
background-color: #01860A;
}
.BgClassName
{
background-color: #01860A;
}
</style>
border-color css
<style>
span { border-color: #01860A; }
span { border-color: rgb(1,134,10); }
td.TdClassName
{
border-color: #01860A;
}
.TagClassName
{
border-color: #01860A;
}
</style>