Shades of Green #0C5A00
Tints of Green #0C5A00
RGB
CMYK
RGB Variations
Color information
#0C5A00 (or 0x0C5A00) is known color: Green. HEX triplet: 0C, 5A and 00. RGB value is (12,90,0). Sum of RGB (Red+Green+Blue) = 12+90+0=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 90 (35.55% from 255 or 88.24% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 90 - color contains mainly: green. Hex color #0C5A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5A00 is #F3A5FF. Grayscale: #383838. Windows color (decimal): -15967744 or 23052. OLE color: 23052.
HSL color Cylindrical-coordinate representation of color #0C5A00: hue angle of 112º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C5A00 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 90 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.65 |
| HSL | 112º | 1% | 0.18% | - |
| HSV(B) | 112º | 1% | 0.35% | - |
| XYZ | 3.81 | 7.39 | 1.23 | - |
| YUV | 56.42 | 96.16 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 90 | 0 | 0.87 | 0 | 1 | 0.65 | 112 | 1 | 0.18 |
| Hex | C | 5A | 0 | 57 | 0 | 64 | 41 | 70 | 64 | 12 |
| Octal | 14 | 132 | 0 | 127 | 0 | 144 | 101 | 160 | 144 | 22 |
| Binary | 1100 | 1011010 | 0 | 1010111 | 0 | 1100100 | 1000001 | 1110000 | 1100100 | 10010 |
Color Harmonies of #0C5A00
Complementary color
Monochromatic Colors of #0C5A00
Black with #0C5A00
Text Example
Text Example
White with #0C5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5A00; }
p { color: rgb(12,90,0); }
H1.HeaderClassName
{
color: #0C5A00;
}
.AnyTagClassName
{
color: #0C5A00;
}
</style>
background-color css
<style>
a { background-color: #0C5A00; }
a { background-color: rgb(12,90,0); }
div.DivClassName
{
background-color: #0C5A00;
}
.BgClassName
{
background-color: #0C5A00;
}
</style>
border-color css
<style>
span { border-color: #0C5A00; }
span { border-color: rgb(12,90,0); }
td.TdClassName
{
border-color: #0C5A00;
}
.TagClassName
{
border-color: #0C5A00;
}
</style>