#156C14

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

Shades of Green #156C14

Tints of Green #156C14

Color information

#156C14 (or 0x156C14) is unknown color: approx Green. HEX triplet: 15, 6C and 14. RGB value is (21,108,20). Sum of RGB (Red+Green+Blue) = 21+108+20=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 108 (42.58% from 255 or 72.48% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 108 - color contains mainly: green. Hex color #156C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156C14 is #EA93EB. Grayscale: #484848. Windows color (decimal): -15373292 or 1338389. OLE color: 1338389.

HSL color Cylindrical-coordinate representation of color #156C14: hue angle of 119.32º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156C14 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB2110820-
CMYK0.8100.810.58
HSL119.32º68.75%25.1%-
HSV(B)119.32º81.48%42.35%-
XYZ5.810.942.47-
YUV71.9698.6891.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 108 (42.58% from 255) = 72.48%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=14.09%
G=72.48%
B=13.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108200.8100.810.58119.3268.7525.1
Hex156C14510513A774519
Octal251542412101217216710531
Binary101011101100101001010001010100011110101110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156C14; }

 p { color: rgb(21,108,20); }

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

<style>
 a { background-color: #156C14; }

 a { background-color: rgb(21,108,20); }

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

<style>
 span { border-color: #156C14; }

 span { border-color: rgb(21,108,20); }

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