Shades of Green #01870C
Tints of Green #01870C
RGB
CMYK
RGB Variations
Color information
#01870C (or 0x01870C) is known color: Green. HEX triplet: 01, 87 and 0C. RGB value is (1,135,12). Sum of RGB (Red+Green+Blue) = 1+135+12=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 135 (53.12% from 255 or 91.22% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 135 - color contains mainly: green. Hex color #01870C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01870C is #FE78F3. Grayscale: #515151. Windows color (decimal): -16677108 or 820993. OLE color: 820993.
HSL color Cylindrical-coordinate representation of color #01870C: hue angle of 124.93º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01870C is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 12 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.47 |
| HSL | 124.93º | 0.99% | 0.27% | - |
| HSV(B) | 124.93º | 0.99% | 0.53% | - |
| XYZ | 8.74 | 17.36 | 3.24 | - |
| YUV | 80.91 | 89.11 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 12 | 0.99 | 0 | 0.91 | 0.47 | 124.93 | 0.99 | 0.27 |
| Hex | 1 | 87 | C | 63 | 0 | 5B | 2F | 7D | 63 | 1B |
| Octal | 1 | 207 | 14 | 143 | 0 | 133 | 57 | 175 | 143 | 33 |
| Binary | 1 | 10000111 | 1100 | 1100011 | 0 | 1011011 | 101111 | 1111101 | 1100011 | 11011 |
Color Harmonies of #01870C
Complementary color
Monochromatic Colors of #01870C
Black with #01870C
Text Example
Text Example
White with #01870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01870C; }
p { color: rgb(1,135,12); }
H1.HeaderClassName
{
color: #01870C;
}
.AnyTagClassName
{
color: #01870C;
}
</style>
background-color css
<style>
a { background-color: #01870C; }
a { background-color: rgb(1,135,12); }
div.DivClassName
{
background-color: #01870C;
}
.BgClassName
{
background-color: #01870C;
}
</style>
border-color css
<style>
span { border-color: #01870C; }
span { border-color: rgb(1,135,12); }
td.TdClassName
{
border-color: #01870C;
}
.TagClassName
{
border-color: #01870C;
}
</style>