Shades of Green #157C01
Tints of Green #157C01
RGB
CMYK
RGB Variations
Color information
#157C01 (or 0x157C01) is known color: Green. HEX triplet: 15, 7C and 01. RGB value is (21,124,1). Sum of RGB (Red+Green+Blue) = 21+124+1=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 124 (48.83% from 255 or 84.93% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 124 - color contains mainly: green. Hex color #157C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157C01 is #EA83FE. Grayscale: #4F4F4F. Windows color (decimal): -15369215 or 97301. OLE color: 97301.
HSL color Cylindrical-coordinate representation of color #157C01: hue angle of 110.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #157C01 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 1 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.51 |
| HSL | 110.24º | 0.98% | 0.25% | - |
| HSV(B) | 110.24º | 0.99% | 0.49% | - |
| XYZ | 7.52 | 14.58 | 2.45 | - |
| YUV | 79.18 | 83.88 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 1 | 0.83 | 0 | 0.99 | 0.51 | 110.24 | 0.98 | 0.25 |
| Hex | 15 | 7C | 1 | 53 | 0 | 63 | 33 | 6E | 62 | 19 |
| Octal | 25 | 174 | 1 | 123 | 0 | 143 | 63 | 156 | 142 | 31 |
| Binary | 10101 | 1111100 | 1 | 1010011 | 0 | 1100011 | 110011 | 1101110 | 1100010 | 11001 |
Color Harmonies of #157C01
Complementary color
Monochromatic Colors of #157C01
Black with #157C01
Text Example
Text Example
White with #157C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C01; }
p { color: rgb(21,124,1); }
H1.HeaderClassName
{
color: #157C01;
}
.AnyTagClassName
{
color: #157C01;
}
</style>
background-color css
<style>
a { background-color: #157C01; }
a { background-color: rgb(21,124,1); }
div.DivClassName
{
background-color: #157C01;
}
.BgClassName
{
background-color: #157C01;
}
</style>
border-color css
<style>
span { border-color: #157C01; }
span { border-color: rgb(21,124,1); }
td.TdClassName
{
border-color: #157C01;
}
.TagClassName
{
border-color: #157C01;
}
</style>