#157E0E

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

Shades of Green #157E0E

Tints of Green #157E0E

Color information

#157E0E (or 0x157E0E) is unknown color: approx Green. HEX triplet: 15, 7E and 0E. RGB value is (21,126,14). Sum of RGB (Red+Green+Blue) = 21+126+14=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 126 (49.61% from 255 or 78.26% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 126 - color contains mainly: green. Hex color #157E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157E0E is #EA81F1. Grayscale: #525252. Windows color (decimal): -15368690 or 949781. OLE color: 949781.

HSL color Cylindrical-coordinate representation of color #157E0E: hue angle of 116.25º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157E0E is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB2112614-
CMYK0.8300.890.51
HSL116.25º80%27.45%-
HSV(B)116.25º88.89%49.41%-
XYZ7.8515.112.92-
YUV81.8489.7184.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 126 (49.61% from 255) = 78.26%
BLUE value IS 14 (5.86% from 255) = 8.70%
R=13.04%
G=78.26%
B=8.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21126140.8300.890.51116.258027.45
Hex157EE530593374501b
Octal251761612301316316412033
Binary10101111111011101010011010110011100111110100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157E0E; }

 p { color: rgb(21,126,14); }

 H1.HeaderClassName
 {
   color: #157E0E;
 }
 .AnyTagClassName
 {
   color: #157E0E;
 }
</style>
background-color css

<style>
 a { background-color: #157E0E; }

 a { background-color: rgb(21,126,14); }

 div.DivClassName
 {
   background-color: #157E0E;
 }
 .BgClassName
 {
   background-color: #157E0E;
 }
</style>
border-color css

<style>
 span { border-color: #157E0E; }

 span { border-color: rgb(21,126,14); }

 td.TdClassName
 {
   border-color: #157E0E;
 }
 .TagClassName
 {
   border-color: #157E0E;
 }
</style>