#156C15

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

Shades of Green #156C15

Tints of Green #156C15

Color information

#156C15 (or 0x156C15) is unknown color: approx Green. HEX triplet: 15, 6C and 15. RGB value is (21,108,21). Sum of RGB (Red+Green+Blue) = 21+108+21=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 108 (42.58% from 255 or 72% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 108 - color contains mainly: green. Hex color #156C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156C15 is #EA93EA. Grayscale: #484848. Windows color (decimal): -15373291 or 1403925. OLE color: 1403925.

HSL color Cylindrical-coordinate representation of color #156C15: hue angle of 120º degrees, saturation: 0.67, 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 #156C15 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB2110821-
CMYK0.8100.810.58
HSL120º67.44%25.29%-
HSV(B)120º80.56%42.35%-
XYZ5.8110.942.51-
YUV72.0799.1891.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 108 (42.58% from 255) = 72%
BLUE value IS 21 (8.59% from 255) = 14%
R=14%
G=72%
B=14%

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
Decimal21108210.8100.810.5812067.4425.29
Hex156C15510513A784319
Octal251542512101217217010331
Binary101011101100101011010001010100011110101111000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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