Shades of Green #157C10
Tints of Green #157C10
RGB
CMYK
RGB Variations
Color information
#157C10 (or 0x157C10) is known color: Green. HEX triplet: 15, 7C and 10. RGB value is (21,124,16). Sum of RGB (Red+Green+Blue) = 21+124+16=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 124 (48.83% from 255 or 77.02% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 124 - color contains mainly: green. Hex color #157C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157C10 is #EA83EF. Grayscale: #515151. Windows color (decimal): -15369200 or 1080341. OLE color: 1080341.
HSL color Cylindrical-coordinate representation of color #157C10: hue angle of 117.22º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #157C10 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 16 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.51 |
| HSL | 117.22º | 0.77% | 0.27% | - |
| HSV(B) | 117.22º | 0.87% | 0.49% | - |
| XYZ | 7.61 | 14.61 | 2.91 | - |
| YUV | 80.89 | 91.38 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 16 | 0.83 | 0 | 0.87 | 0.51 | 117.22 | 0.77 | 0.27 |
| Hex | 15 | 7C | 10 | 53 | 0 | 57 | 33 | 75 | 4D | 1B |
| Octal | 25 | 174 | 20 | 123 | 0 | 127 | 63 | 165 | 115 | 33 |
| Binary | 10101 | 1111100 | 10000 | 1010011 | 0 | 1010111 | 110011 | 1110101 | 1001101 | 11011 |
Color Harmonies of #157C10
Complementary color
Monochromatic Colors of #157C10
Black with #157C10
Text Example
Text Example
White with #157C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C10; }
p { color: rgb(21,124,16); }
H1.HeaderClassName
{
color: #157C10;
}
.AnyTagClassName
{
color: #157C10;
}
</style>
background-color css
<style>
a { background-color: #157C10; }
a { background-color: rgb(21,124,16); }
div.DivClassName
{
background-color: #157C10;
}
.BgClassName
{
background-color: #157C10;
}
</style>
border-color css
<style>
span { border-color: #157C10; }
span { border-color: rgb(21,124,16); }
td.TdClassName
{
border-color: #157C10;
}
.TagClassName
{
border-color: #157C10;
}
</style>