Shades of Green #157A05
Tints of Green #157A05
RGB
CMYK
RGB Variations
Color information
#157A05 (or 0x157A05) is known color: Green. HEX triplet: 15, 7A and 05. RGB value is (21,122,5). Sum of RGB (Red+Green+Blue) = 21+122+5=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 122 (48.05% from 255 or 82.43% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 122 - color contains mainly: green. Hex color #157A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157A05 is #EA85FA. Grayscale: #4E4E4E. Windows color (decimal): -15369723 or 358933. OLE color: 358933.
HSL color Cylindrical-coordinate representation of color #157A05: hue angle of 111.79º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #157A05 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 122 | 5 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.52 |
| HSL | 111.79º | 0.92% | 0.25% | - |
| HSV(B) | 111.79º | 0.96% | 0.48% | - |
| XYZ | 7.3 | 14.09 | 2.48 | - |
| YUV | 78.46 | 86.54 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 5 | 0.83 | 0 | 0.96 | 0.52 | 111.79 | 0.92 | 0.25 |
| Hex | 15 | 7A | 5 | 53 | 0 | 60 | 34 | 70 | 5C | 19 |
| Octal | 25 | 172 | 5 | 123 | 0 | 140 | 64 | 160 | 134 | 31 |
| Binary | 10101 | 1111010 | 101 | 1010011 | 0 | 1100000 | 110100 | 1110000 | 1011100 | 11001 |
Color Harmonies of #157A05
Complementary color
Monochromatic Colors of #157A05
Black with #157A05
Text Example
Text Example
White with #157A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157A05; }
p { color: rgb(21,122,5); }
H1.HeaderClassName
{
color: #157A05;
}
.AnyTagClassName
{
color: #157A05;
}
</style>
background-color css
<style>
a { background-color: #157A05; }
a { background-color: rgb(21,122,5); }
div.DivClassName
{
background-color: #157A05;
}
.BgClassName
{
background-color: #157A05;
}
</style>
border-color css
<style>
span { border-color: #157A05; }
span { border-color: rgb(21,122,5); }
td.TdClassName
{
border-color: #157A05;
}
.TagClassName
{
border-color: #157A05;
}
</style>