#157A05

Color #157A05 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #157A05

Tints of Green #157A05

Color information

#157A05 (or 0x157A05) is unknown color: approx 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

RGB211225-
CMYK0.8300.960.52
HSL111.79º92.13%24.9%-
HSV(B)111.79º95.9%47.84%-
XYZ7.314.092.48-
YUV78.4686.5487.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 122 (48.05% from 255) = 82.43%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=14.19%
G=82.43%
B=3.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2112250.8300.960.52111.7992.1324.9
Hex157A55306034705c19
Octal25172512301406416013431
Binary1010111110101011010011011000001101001110000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>