#157F0E

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

Shades of Green #157F0E

Tints of Green #157F0E

Color information

#157F0E (or 0x157F0E) is unknown color: approx Green. HEX triplet: 15, 7F and 0E. RGB value is (21,127,14). Sum of RGB (Red+Green+Blue) = 21+127+14=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 127 (50% from 255 or 78.40% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 127 - color contains mainly: green. Hex color #157F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157F0E is #EA80F1. Grayscale: #525252. Windows color (decimal): -15368434 or 950037. OLE color: 950037.

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

Color convert

RGB2112714-
CMYK0.8300.890.50
HSL116.28º80.14%27.65%-
HSV(B)116.28º88.98%49.8%-
XYZ7.9815.372.96-
YUV82.4289.3884.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 127 (50% from 255) = 78.40%
BLUE value IS 14 (5.86% from 255) = 8.64%
R=12.96%
G=78.40%
B=8.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21127140.8300.890.50116.2880.1427.65
Hex157FE530593274501c
Octal251771612301316216412034
Binary10101111111111101010011010110011100101110100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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