#156C1A

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

Shades of San Felix #156C1A

Tints of San Felix #156C1A

Color information

#156C1A (or 0x156C1A) is unknown color: approx San Felix. HEX triplet: 15, 6C and 1A. RGB value is (21,108,26). Sum of RGB (Red+Green+Blue) = 21+108+26=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 108 (42.58% from 255 or 69.68% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 108 - color contains mainly: green. Hex color #156C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C1A is #EA93E5. Grayscale: #484848. Windows color (decimal): -15373286 or 1731605. OLE color: 1731605.

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

Color convert

RGB2110826-
CMYK0.8100.760.58
HSL123.45º67.44%25.29%-
HSV(B)123.45º80.56%42.35%-
XYZ5.8610.962.78-
YUV72.64101.6891.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 108 (42.58% from 255) = 69.68%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=13.55%
G=69.68%
B=16.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108260.8100.760.58123.4567.4425.29
Hex156C1A5104C3A7b4319
Octal251543212101147217310331
Binary101011101100110101010001010011001110101111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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