Shades of Green #01800C
Tints of Green #01800C
RGB
CMYK
RGB Variations
Color information
#01800C (or 0x01800C) is known color: Green. HEX triplet: 01, 80 and 0C. RGB value is (1,128,12). Sum of RGB (Red+Green+Blue) = 1+128+12=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 128 (50.39% from 255 or 90.78% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 128 - color contains mainly: green. Hex color #01800C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01800C is #FE7FF3. Grayscale: #4D4D4D. Windows color (decimal): -16678900 or 819201. OLE color: 819201.
HSL color Cylindrical-coordinate representation of color #01800C: hue angle of 125.2º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01800C is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 12 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.50 |
| HSL | 125.2º | 0.98% | 0.25% | - |
| HSV(B) | 125.2º | 0.99% | 0.5% | - |
| XYZ | 7.8 | 15.47 | 2.92 | - |
| YUV | 76.8 | 91.42 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 12 | 0.99 | 0 | 0.91 | 0.50 | 125.2 | 0.98 | 0.25 |
| Hex | 1 | 80 | C | 63 | 0 | 5B | 32 | 7D | 62 | 19 |
| Octal | 1 | 200 | 14 | 143 | 0 | 133 | 62 | 175 | 142 | 31 |
| Binary | 1 | 10000000 | 1100 | 1100011 | 0 | 1011011 | 110010 | 1111101 | 1100010 | 11001 |
Color Harmonies of #01800C
Complementary color
Monochromatic Colors of #01800C
Black with #01800C
Text Example
Text Example
White with #01800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01800C; }
p { color: rgb(1,128,12); }
H1.HeaderClassName
{
color: #01800C;
}
.AnyTagClassName
{
color: #01800C;
}
</style>
background-color css
<style>
a { background-color: #01800C; }
a { background-color: rgb(1,128,12); }
div.DivClassName
{
background-color: #01800C;
}
.BgClassName
{
background-color: #01800C;
}
</style>
border-color css
<style>
span { border-color: #01800C; }
span { border-color: rgb(1,128,12); }
td.TdClassName
{
border-color: #01800C;
}
.TagClassName
{
border-color: #01800C;
}
</style>