Shades of Green #01850C
Tints of Green #01850C
RGB
CMYK
RGB Variations
Color information
#01850C (or 0x01850C) is known color: Green. HEX triplet: 01, 85 and 0C. RGB value is (1,133,12). Sum of RGB (Red+Green+Blue) = 1+133+12=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 133 (52.34% from 255 or 91.10% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 133 - color contains mainly: green. Hex color #01850C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01850C is #FE7AF3. Grayscale: #505050. Windows color (decimal): -16677620 or 820481. OLE color: 820481.
HSL color Cylindrical-coordinate representation of color #01850C: hue angle of 125º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01850C is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 12 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.48 |
| HSL | 125º | 0.99% | 0.26% | - |
| HSV(B) | 125º | 0.99% | 0.52% | - |
| XYZ | 8.47 | 16.81 | 3.15 | - |
| YUV | 79.74 | 89.77 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 12 | 0.99 | 0 | 0.91 | 0.48 | 125 | 0.99 | 0.26 |
| Hex | 1 | 85 | C | 63 | 0 | 5B | 30 | 7D | 63 | 1A |
| Octal | 1 | 205 | 14 | 143 | 0 | 133 | 60 | 175 | 143 | 32 |
| Binary | 1 | 10000101 | 1100 | 1100011 | 0 | 1011011 | 110000 | 1111101 | 1100011 | 11010 |
Color Harmonies of #01850C
Complementary color
Monochromatic Colors of #01850C
Black with #01850C
Text Example
Text Example
White with #01850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01850C; }
p { color: rgb(1,133,12); }
H1.HeaderClassName
{
color: #01850C;
}
.AnyTagClassName
{
color: #01850C;
}
</style>
background-color css
<style>
a { background-color: #01850C; }
a { background-color: rgb(1,133,12); }
div.DivClassName
{
background-color: #01850C;
}
.BgClassName
{
background-color: #01850C;
}
</style>
border-color css
<style>
span { border-color: #01850C; }
span { border-color: rgb(1,133,12); }
td.TdClassName
{
border-color: #01850C;
}
.TagClassName
{
border-color: #01850C;
}
</style>