Shades of Green #157C04
Tints of Green #157C04
RGB
CMYK
RGB Variations
Color information
#157C04 (or 0x157C04) is known color: Green. HEX triplet: 15, 7C and 04. RGB value is (21,124,4). Sum of RGB (Red+Green+Blue) = 21+124+4=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 124 (48.83% from 255 or 83.22% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 124 - color contains mainly: green. Hex color #157C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157C04 is #EA83FB. Grayscale: #4F4F4F. Windows color (decimal): -15369212 or 293909. OLE color: 293909.
HSL color Cylindrical-coordinate representation of color #157C04: hue angle of 111.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #157C04 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 4 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.51 |
| HSL | 111.5º | 0.94% | 0.25% | - |
| HSV(B) | 111.5º | 0.97% | 0.49% | - |
| XYZ | 7.54 | 14.58 | 2.53 | - |
| YUV | 79.52 | 85.38 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 4 | 0.83 | 0 | 0.97 | 0.51 | 111.5 | 0.94 | 0.25 |
| Hex | 15 | 7C | 4 | 53 | 0 | 61 | 33 | 70 | 5E | 19 |
| Octal | 25 | 174 | 4 | 123 | 0 | 141 | 63 | 160 | 136 | 31 |
| Binary | 10101 | 1111100 | 100 | 1010011 | 0 | 1100001 | 110011 | 1110000 | 1011110 | 11001 |
Color Harmonies of #157C04
Complementary color
Monochromatic Colors of #157C04
Black with #157C04
Text Example
Text Example
White with #157C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C04; }
p { color: rgb(21,124,4); }
H1.HeaderClassName
{
color: #157C04;
}
.AnyTagClassName
{
color: #157C04;
}
</style>
background-color css
<style>
a { background-color: #157C04; }
a { background-color: rgb(21,124,4); }
div.DivClassName
{
background-color: #157C04;
}
.BgClassName
{
background-color: #157C04;
}
</style>
border-color css
<style>
span { border-color: #157C04; }
span { border-color: rgb(21,124,4); }
td.TdClassName
{
border-color: #157C04;
}
.TagClassName
{
border-color: #157C04;
}
</style>